@charset "utf-8";
/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Helvetica, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
body { overflow-x: hidden; }
.w1400 { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1600px) and (min-width:1200px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1400 { width: 95%; }
}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf"); }
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf"); }
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf"); }
@font-face { font-family: "KOULEN"; src: url("../fonts/KOULEN-REGULAR.TTF"); }
@font-face { font-family: "Impact"; src: url("../fonts/Impact.ttf"); }
@font-face { font-family: "RobotoRegular"; src: url("../fonts/RobotoRegular.ttf"); }
@font-face { font-family: "RobotoBold"; src: url("../fonts/RobotoBold.ttf"); }
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#009a7e;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#1f1f1f;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#1f1f1f;
}
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
/**top start**/
.ly_top { width: 100%; background: #fff; height: 100px; position: relative; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.ly_top .lytop_main { height: 100%; position: relative; padding: 0 80px; }
.ly_top .lytop_main .toplogo { width: 365px; float: left; }
.ly_top .lytop_main .toplogo a { display: block; width: 100%; height: 100%; }
.ly_top .lytop_main .toplogo a img { max-width: 100%; }
.ly_top .lytop_main .top_right { width: 65%; float: right; height: 100%; }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 120px); float: left; height: 100%; transition: all 0.4s; }
.ly_top .lytop_main .top_right#showopen .nav { transform: scale3d(0, 0, 0); width: 0; }
.ly_top .lytop_main .top_right .nav li { width: 15%; height: 100%; float: left; text-align: center; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 25px; }
.ly_top .lytop_main .top_right .nav li:first-child { width: 10%; }
.ly_top .lytop_main .top_right .nav li> a { height: 100%; line-height: 30px; font-size: 18px; text-align: center; transition: .4s ease; display: inline-block; position: relative; color: #333; }
.ly_top .lytop_main .top_right .nav li> a p { font-size: 12px; color: rgba(0,0,0,.45); }
.ly_top .lytop_main .top_right .nav li a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { content: ""; display: block; position: absolute; bottom: 0; height: 4px; width: 3px; left: 50%; transform: translateX(-50%); opacity: 0; background-color: #009a7e; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { width: 100%; opacity: 1; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a, .ly_top .lytop_main .top_right .nav li.navon a { color: #009a7e; }
.ly_top .lytop_main .top_right .nav li:hover a p, .ly_top .lytop_main .top_right .nav li.navon a p { color: #009a7e; }
.ly_top .lytop_main .top_right .nav li a::after { content: ""; display: block; width: 15px; height: 15px; background: url(../images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; position: absolute; top: 43px; right: -23px; }
.ly_top .lytop_main .top_right .nav li:first-child a::after { display: none; }
.ly_top .lytop_main .top_right .nav li:hover a:after { transform: rotate(180deg); }
/*下拉*/
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.ly_top .lytop_main .top_right .nav li:hover:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.ly_top .lytop_main .top_right .nav li .subopen { display: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { width: 100%; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { color: #565656; }
.ly_top .lytop_main .top_right .nav li .nav_item2:hover a { background-color: #2e71b4; color: #fff; }
/*PC搜索*/
.ly_top .lytop_main .top_search { float: right; position: relative; transition: all 0.5s;/* margin-left:30px; */ height: 110px; width: 100px; background: #009a7e; }
.ly_top .lytop_main .nav-hide .top_search { margin-top: 19px; }
.ly_top .lytop_main .top_search em { background: url(../images/sousou.png) center center no-repeat; background-size: 42px 33px; cursor: pointer; display: block; height: 33px; margin-top: 30px; overflow: hidden; transition: all 0.3s; }
.ly_top .lytop_main .top_search em:Hover { opacity: 0.8; filter: Alpha(opacity=80); }
.ly_top .lytop_main #showopen .top_search { background: none; }
.ly_top .lytop_main #showopen .top_search em { opacity: 0; filter: Alpha(opacity=0); margin-top: 0; }
.ly_top .lytop_main .top_search .search_con2 { position: absolute; right: 0px; height: 50px; z-index: 100; transform: scale3d(0, 0, 0); transform-origin: right center; transition: all 0.5s; opacity: 0; filter: Alpha(opacity=0); width: 500px; background: #fff; top: 25px; }
.ly_top .lytop_main #showopen .top_search .search_con2 { opacity: 1.0; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); }
.top_search .search_con2 .search-input { width: 380px; float: left; height: 48px; line-height: 48px; overflow: hidden; border: 1px solid #d4d4d4; border-radius: 5px; font-size: 16px; padding-left: 20px; background: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.top_search .search_con2 .input1 { height: 48px; line-height: 48px; background: none; border: 0; width: calc(100% - 57px); width: -webkit-calc(100% - 57px); width: -moz-calc(100% - 57px); float: left; outline: none; font-size: 16px; color: #666; }
.top_search .search_con2 .bnts { float: right; width: 56px; height: 48px; background: url(../images/search.png) center center no-repeat; margin-right: 1px; cursor: pointer; border: none; }
.top_search .search_con2 .bnts:hover { transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80); }
.top_search .search_con2 .moblie-search-close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url(../images/scguan.png) center center no-repeat; }
.nav-hide .top_search .search_con2 .moblie-search-close { background-image: url(../images/scguan.png); }
 @media screen and (max-width:1650px) {
.ly_top .lytop_main { padding: 0 3%; }
.ly_top .lytop_main .top_right .nav li> i { margin-right: 0; }
}
@media (min-width: 1023px) and (max-width: 1550px) {
.ly_top .lytop_main .top_right .nav { width: calc(100% - 110px); }
}
@media screen and (max-width:1399px) {
.ly_top .lytop_main .toplogo { width: 25%; margin-top: 15px; }
.ly_top .lytop_main .top_right { width: 73%; }
.ly_top .lytop_main .top_right .nav li> a { font-size: 16px; }
.ly_top .lytop_main .top_search { width: 90px; }
}
@media screen and (max-width:1200px) {
.ly_top .lytop_main .top_right .nav li a::after { display: none !important; }
}
@media screen and (max-width:1023px) {
.phonebox { position: fixed; width: 100%; z-index: 999999; background: #fff; top: 0; }
.ly_top { height: 75px; position: relative; }
.ly_top .lytop_main .toplogo { width: 250px; margin-top: 5px; }
.ly_top .w1400 { width: 100%; }
.ly_top .lytop_main .top_right { width: 100%; position: absolute; top: 75px; z-index: 9999999; background: #fff; height: 100vh; border-top: 1px solid #ddd; left: 100%; transition: all .5s ease; overflow: scroll; }
.ly_top .lytop_main .top_right.open { left: 0; }
.ly_top .lytop_main .top_right .nav { width: 100%; height: auto; float: none; }
.ly_top .lytop_main .top_right .nav li:first-child { width: 90%; }
.ly_top .lytop_main .top_right .nav li { width: 90%; margin: 0 auto; float: none; background: #fff; border-bottom: 1px dashed #ddd; padding: 10px 0 0; }
.ly_top .lytop_main .top_right .nav li::before, .ly_top .lytop_main .top_right .nav li.navon a::before { height: 0; }
.ly_top .lytop_main .top_right .nav li .hide> a { font-size: 18px; }
.ly_top .lytop_main .top_right .nav li> i { display: block; }
.ly_top .lytop_main .top_right .nav li> a { padding-bottom: 10px; }
/*下拉*/
.nav_item_open { position: static; width: 100%; visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); box-shadow: none; display: none; transition: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { background-color: #f7f7f7; margin-bottom: 1px; }
.ly_top .lytop_main .top_search { width: 100%; float: none; margin-left: 0; background: none; }
.ly_top .lytop_main .top_search em { display: none; }
.ly_top .lytop_main .top_search .search_con2 { opacity: 1; transform: none; position: static; width: 80%; margin: 20px auto 30px; }
.top_search .search_con2 .search-input { width: 100%; }
.top_search .search_con2 .moblie-search-close { display: none; }
.ly_top .nav_menu { position: absolute; right: 3%; margin-top: 25px; height: 25px; transition: all .5s ease; }
.ly_top .nav_menu span { display: block; width: 26px; height: 2px; background: #666; margin-top: 7px; }
.ly_top .nav_menu:before, .ly_top .nav_menu:after { content: ""; display: block; width: 26px; height: 2px; background: #666; }
.ly_top .nav_menu:after { margin-top: 7px; }
.ly_top .nav_menu.open span { background: transparent; transform: translate(-50%, -50%) rotate(180deg); }
.ly_top .nav_menu.open:before { margin-top: 10px; transform: rotate(45deg); width: 23px; }
.ly_top .nav_menu.open::after { margin-top: -11px; transform: rotate(-45deg); width: 23px; }
}
@media screen and (max-width:767px) {
.ly_top { height: 68px; }
.ly_top .lytop_main .toplogo { margin-top: 0; }
.ly_top .lytop_main .top_right { top: 68px; }
}
/* banner 开始 */
.apple-banner { width: 100%; height: 700px; overflow: hidden; position: relative; z-index: 9; }
.apple-banner .swiper-container1 { width: 100%; height: 700px; position: relative; }
.apple-banner .swiper-container1 .swiper-button-prev, .apple-banner .swiper-container1 .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; margin: 0; }
.apple-banner .swiper-container1 .swiper-button-prev { left: 0; }
.apple-banner .swiper-container1 .swiper-button-next { right: 0; }
.apple-banner .swiper-container1 .swiper-slide a{ display:block; width:100%; height:100%;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 60px; height: 60px; position: absolute; top: 50%; margin-top: -32px; border-radius: 100%; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.1) url(../images/jt01.png) center center no-repeat; left: 20px; }
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.1) url(../images/jt02.png) center center no-repeat; right: 20px; }
.apple-banner .swiper-button-prev:hover span { background: #009a7e url(../images/jt01.png) center center no-repeat; }
.apple-banner .swiper-button-next:hover span { background: #009a7e url(../images/jt02.png) center center no-repeat; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 30px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; height: 12px; border: 1px solid #009a7e; background: none; margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active { background: #009a7e; }
@media screen and (max-width:1499px) {
.apple-banner { height: 666px; }
.apple-banner .swiper-container1 { height: 666px; }
}
@media screen and (max-width:1299px) {
.apple-banner { height: 450px; }
.apple-banner .swiper-container1 { height: 450px; }
}
@media screen and (max-width:1023px) {
.apple-banner { height: 400px; margin-top: 75px; top: 0; }
.apple-banner .swiper-container1 { height: 400px; }
}
@media screen and (max-width:768px) {
.apple-banner { height: 300px; margin-top: 68px; top: 0; }
.apple-banner .swiper-container1 { height: 300px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 20px; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width: 44px; height: 44px; }
.apple-banner .swiper-button-prev span { left: 10px; }
.apple-banner .swiper-button-next span { right: 10px; }
.apple-banner .swiper-pagination { bottom: 12px; }
.apple-banner .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 2px; }
.apple-banner .swiper-pagination-bullet span { width: 10px; height: 10px; }
.apple-banner .swiper-pagination-bullet i { height: 10px; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: none; }
}
@media screen and (max-width:600px) {
.apple-banner { height: 250px; }
.apple-banner .swiper-container1 { height: 250px; }
}
@media screen and (max-width:500px) {
.apple-banner { height: 180px; }
.apple-banner .swiper-container1 { height: 180px; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 160px; }
.apple-banner .swiper-container1 { height: 160px; }
}
@media screen and (max-width:320px) {
.apple-banner { height: 140px; }
.apple-banner .swiper-container1 { height: 140px; }
}
/* banner 结束 */

/*banner下方横幅 开始*/
.lyIdx_Topheng { width: 100%; height: 110px; overflow: hidden; background: #252525; position: relative; }
.lyIdx_Topheng .Topheng_l { width: 30%; float: left; background: url(../images/tel.png) no-repeat left 20px; padding: 10px 0 0 60px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_Topheng .Topheng_l b { display: block; font-size: 42px; color: #009a7e; height: 55px; font-family: Arial, Helvetica, sans-serif; }
.lyIdx_Topheng .Topheng_l b a { display: block; width: 100%; height: 100%; color: #009a7e; }
.lyIdx_Topheng .Topheng_l p { font-size: 18px; color: #009a7e; }
.lyIdx_Topheng .Topheng_r { width: 67%; float: right; padding-top: 30px; background: #009a7e; height: 110px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; padding-left: 60px; }
.lyIdx_Topheng .Topheng_r::before { display: inline-block; content: ""; background: url(../images/heng_r.png) no-repeat left center; position: absolute; left: -26px; height: 110px; width: 26px; top: 0; }
.lyIdx_Topheng .Topheng_r ul li { width: 32%; margin-right: 1%; float: left; height: 54px; padding-left: 65px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 5px; }
.lyIdx_Topheng .Topheng_r ul li:last-child { margin-right: 0; }
.lyIdx_Topheng .Topheng_r ul li:nth-child(1) { background: url(../images/ico1.png) no-repeat left center; }
.lyIdx_Topheng .Topheng_r ul li:nth-child(2) { background: url(../images/ico2.png) no-repeat left center; }
.lyIdx_Topheng .Topheng_r ul li:nth-child(3) { background: url(../images/ico3.png) no-repeat left center; }
.lyIdx_Topheng .Topheng_r ul li span { display: block; font-size: 14px; color: rgba(255,255,255,.5); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdx_Topheng .Topheng_r ul li p { font-size: 16px; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdx_Topheng i.tpbgfr { display: block; width: 50%; height: 110px; overflow: hidden; margin: 0 0 0 650px; padding: 0; background: #009a7e; position: absolute; left: 50%; top: 0; }
@media (max-width: 1600px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 627px; }
}
@media (max-width: 1320px) {
.lyIdx_Topheng .Topheng_l { width: 36%; }
.lyIdx_Topheng .Topheng_l b { font-size: 35px; height: 50px; }
.lyIdx_Topheng .Topheng_l p { font-size: 16px; }
.lyIdx_Topheng .Topheng_r { width: 64%; padding-left: 30px; }
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 615px; }
}
@media (max-width: 1300px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 570px; }
}
@media (max-width: 1200px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 530px; }
}
@media (max-width: 1160px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 520px; }
}
@media (max-width: 1100px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 510px; }
}
@media (max-width: 1080px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 502px; }
}
@media (max-width: 1060px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 485px; }
}
@media (max-width: 1023px) {
.lyIdx_Topheng { height: 85px; }
.lyIdx_Topheng .Topheng_l { width: 36%; padding: 10px 0 0 38px; background-size: 30px; }
.lyIdx_Topheng .Topheng_l b { font-size: 26px; height: 40px; }
.lyIdx_Topheng .Topheng_l p { font-size: 13px; }
.lyIdx_Topheng .Topheng_r { width: 64%; padding-top: 18px; padding-left: 20px; }
.lyIdx_Topheng .Topheng_r ul li:nth-child(1), .lyIdx_Topheng .Topheng_r ul li:nth-child(2), .lyIdx_Topheng .Topheng_r ul li:nth-child(3) { background-size: 40px; }
.lyIdx_Topheng .Topheng_r ul li { padding-left: 50px; }
.lyIdx_Topheng .Topheng_r ul li span { font-size: 12px; }
.lyIdx_Topheng .Topheng_r ul li p { font-size: 14px; }
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 475px; }
}
@media (max-width: 1000px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 465px; }
}
@media (max-width: 980px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 456px; }
}
@media (max-width: 960px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 437px; }
}
@media (max-width: 920px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 418px; }
}
@media (max-width: 880px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 399px; }
.lyIdx_Topheng .Topheng_r ul li p { font-size: 13px; }
}
@media (max-width: 840px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 388px; }
}
@media (max-width: 820px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 377px; }
}
@media (max-width: 800px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 370px; }
}
@media (max-width: 780px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 366px; }
}
@media (max-width: 768px) {
.lyIdx_Topheng i.tpbgfr { margin: 0 0 0 362px; }
}
@media (max-width: 767px) {
.lyIdx_Topheng { height: 65px; }
.lyIdx_Topheng .Topheng_l { width: 100%; background: url(../images/tel.png) no-repeat 10px 10px; padding: 5px 0 0 50px; background-size: 30px; }
.lyIdx_Topheng .Topheng_l b { font-size: 22px; height: 30px; }
.lyIdx_Topheng .Topheng_l p { font-size: 14px; }
.lyIdx_Topheng .Topheng_r { display: none; }
.lyIdx_Topheng i.tpbgfr { display: none; }
}
/*banner下方横幅 结束*/

/*首页产品中心 开始*/
.lyIdxPro { padding: 80px 0; overflow: hidden; min-height: 500px; }
.ly_Title { margin-bottom: 55px; }
.ly_Title .lyTitle_l { float: left; font-size: 36px; color: #333; font-weight: bold; }
.ly_Title1 .lyTitle_l { color: #fff; }
.ly_Title .lyTitle_l img { display: inline-block; margin: -40px -20px 0 0; }
.ly_Title .lyTitle_r { float: right; max-width: 80%; overflow: hidden; height: 42px; padding-top: 5px; }
.ly_Title .lyTitle_r .swiper-container02 { width: calc(85% - 145px); float: left; overflow: hidden; }
.ly_Title .lyTitle_r ul li { float: left; background: #f5f5f5; height: 42px; line-height: 42px; width: 162px; text-align: center; font-size: 16px; position: relative; }
.ly_Title .lyTitle_r ul li a { display: inline-block; font-size: 16px; color: #666; width: 100%; height: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px 0 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.ly_Title .lyTitle_r ul li i { display: inline-block; width: 1px; height: 18px; background: #dcdcdc; position: absolute; top: 12px; right: 0; }
.ly_Title .lyTitle_r ul li:hover { background: #009a7e; }
.ly_Title .lyTitle_r ul li:hover i { display: none; }
.ly_Title .lyTitle_r ul li:hover a { color: #fff; }
.ly_Title .lyTitle_r .ml_all { float: left; background: #009a7e; height: 42px; line-height: 42px; width: 15%; min-width: 140px; text-align: center; font-size: 16px; }
.ly_Title .lyTitle_r .ml_all img { display: inline-block; margin: -4px 10px 0 0; }
.ly_Title .lyTitle_r .ml_all a { color: #fff; }
.ly_Title .lyTitle_r .ml_fl { float: left; }
.ly_Title .lyTitle_r .ml_an { background: url(../images/about_jtbg.jpg) no-repeat; width: 145px; float: right; height: 42px; line-height: 42px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 25px; margin-top: 0; }
.ly_Title .lyTitle_r .ml_an img { display: inline-block; margin: -4px 0 0 28px; }
.ly_Title .lyTitle_r .ml_an a { color: #fff; font-size: 16px; }
.lyIdxPro_list ul li { width: 25%; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; text-align: center; position: relative; height: 370px; padding-top: 20px; }
.lyIdxPro_list ul li:nth-child(4n+4) { border-right: 0; }
.lyIdxPro_list ul li .lyIdxPro_img { width: 100%; height: 252px; position: relative; margin-bottom: 20px; }
.lyIdxPro_list ul li .lyIdxPro_img img { display: block; max-height: 100%; max-width: 100%; margin: auto; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.lyIdxPro_list ul li .lyIdxPro_text { padding: 0 0 30px; }
.lyIdxPro_list ul li .lyIdxPro_text b { display: block; font-size: 18px; color: #333; }
.lyIdxPro_list ul li .lyIdxPro_text b a { display: block; width: 100%; height: 100%; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdxPro_list ul li .lyIdxPro_text p { font-size: 16px; color: #999; margin-top: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdxPro_list ul li .lyIdxPro_text p img { display: inline-block; margin: -3px 10px 0 0; }
.lyIdxPro_list ul li .lyIdxPro_an { position: absolute; right: 0; bottom: 0; display: none; }
.lyIdxPro_list ul li:nth-child(5), .lyIdxPro_list ul li:nth-child(6), .lyIdxPro_list ul li:nth-child(7), .lyIdxPro_list ul li:nth-child(8) { border-bottom: 0; }
.lyIdxPro_list ul li:hover { box-shadow: 0 15px 15px rgba(0,0,0,0.05); border-bottom: 2px solid #009a7e; }
.lyIdxPro_list ul li:hover .lyIdxPro_text b a { color: #009a7e; text-decoration: underline; }
.lyIdxPro_list ul li:hover .lyIdxPro_an { display: block; }
 @media screen and (max-width:1299px) and (min-width:1200px) {
.ly_Title .lyTitle_r .ml_all { min-width: 100px; }
.lyIdxPro_list ul li .lyIdxPro_img img { max-width: 90%; max-height: 90%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ly_Title .lyTitle_r .ml_all { min-width: 90px; }
.lyIdxPro_list ul li .lyIdxPro_img img { max-width: 90%; max-height: 90%; }
}
 @media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdxPro { padding: 65px 0 55px; }
.ly_Title { margin-bottom: 45px; }
.lyIdxPro_list ul li { width: 50%; }
.lyIdxPro_list ul li:nth-child(2n+2) { border-right: 0; }
.lyIdxPro_list ul li:nth-child(4n+4) { border-bottom: 1px solid #ececec; }
.lyIdxPro_list ul li:nth-child(5), .lyIdxPro_list ul li:nth-child(6) { border-bottom: 1px solid #ececec; }
.lyIdxPro_list ul li:nth-child(7), .lyIdxPro_list ul li:nth-child(8) { border-bottom: 0; }
.ly_Title .lyTitle_r .ml_all { min-width: 80px; }
}
 @media screen and (max-width:1023px) and (min-width:768px) {
.lyIdxPro { padding: 55px 0 45px; }
.ly_Title { margin-bottom: 35px; }
.ly_Title .lyTitle_l { font-size: 30px; }
.ly_Title .lyTitle_r { max-width: 75%; }
.ly_Title .lyTitle_r ul li { height: 38px; line-height: 38px; }
.ly_Title .lyTitle_r ul li a { font-size: 15px; }
.ly_Title .lyTitle_r .ml_an a { font-size: 15px; }
.ly_Title .lyTitle_r .ml_all { height: 38px; line-height: 38px; font-size: 15px; }
.ly_Title .lyTitle_r .swiper-container02 { width: calc(85% - 125px); }
.ly_Title .lyTitle_r .ml_an { width: 125px; height: 38px; line-height: 38px; background-size: 125px 38px; padding-left: 18px; }
.lyIdxPro_list ul li { width: 50%; }
.lyIdxPro_list ul li:nth-child(2n+2) { border-right: 0; }
.lyIdxPro_list ul li:nth-child(4n+4) { border-bottom: 1px solid #ececec; }
.lyIdxPro_list ul li:nth-child(5), .lyIdxPro_list ul li:nth-child(6) { border-bottom: 1px solid #ececec; }
.lyIdxPro_list ul li:nth-child(7), .lyIdxPro_list ul li:nth-child(8) { border-bottom: 0; }
.ly_Title .lyTitle_r .ml_all { min-width: 80px; }
}
@media (max-width: 767px) {
.lyIdxPro { padding: 45px 0 35px; }
.ly_Title { margin-bottom: 25px; }
.ly_Title .lyTitle_l { font-size: 26px; }
.ly_Title .lyTitle_r { max-width: 100%; padding-top: 0; }
.ly_Title .lyTitle_r .ml_all { display: none; }
.ly_Title .lyTitle_r ul { display: none; }
.ly_Title .lyTitle_r .ml_an { width: 125px; float: right; height: 35px; line-height: 35px; padding-left: 15px; background-size: 125px 35px; }
.ly_Title .lyTitle_r .ml_an a { font-size: 15px; }
.lyIdxPro_list ul li { width: 100%; border-right: 0; border-bottom: 1px solid #ececec; }
.lyIdxPro_list ul li:nth-child(5), .lyIdxPro_list ul li:nth-child(6), .lyIdxPro_list ul li:nth-child(7) { border-bottom: 1px solid #ececec; }
}
/*首页产品中心 结束*/


/*lyIdx_About 开始*/
.lyIdx_About { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background: #222 url(../images/about_bg.jpg) no-repeat right center; background-size: cover; position: relative; }
.lyIdx_About .lyIdxAb_Img { width: 50%; height: 600px; overflow: hidden; margin: 0; padding: 40px 0; float: left; background: #fff; }
.lyIdxAb_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxAb_Img a img { display: block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxAb_Img a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdx_About .lyIdxAb_Text { width: 700px; height: auto; overflow: hidden; margin: 0; padding: 120px 0 120px 100px; position: absolute; left: 50%; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxAb_Text .lyIdxAb_Name { font-size: 28px; color: #009a7e; margin: 40px 0 0; }
.lyIdxAb_Text .lyIdxAb_Ms { width: 100%; overflow: hidden; margin: 20px auto 70px; padding: 0; }
.lyIdxAb_Ms p { width: 100%; height: auto; min-height: 80px; max-height: 180px; overflow: hidden; line-height: 30px; color: rgba(255,255,255,0.45); font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.lyIdxAb_Text .lyIdxAb_btn { background: url(../images/about_jtbg.jpg) no-repeat; width: 145px; float: left; height: 42px; line-height: 42px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 25px; }
.lyIdxAb_Text .lyIdxAb_btn a { color: #fff; font-size: 16px; }
 @media (max-width:1680px) {
.lyIdx_About .lyIdxAb_Text { padding: 86px 0 87px 100px; }
}
@media (max-width:1600px) {
.lyIdx_About .lyIdxAb_Text { padding: 78px 0 85px 100px; }
}
@media (max-width:1560px) {
.lyIdx_About .lyIdxAb_Text { padding: 80px 60px 80px 80px; }
}
@media (max-width:1440px) {
.lyIdx_About .lyIdxAb_Img { height: 550px; }
.lyIdxAb_Text .lyIdxAb_Ms { margin: 20px auto 50px; }
.lyIdxAb_Ms p { font-size: 15px; }
.lyIdxAb_Text .lyIdxAb_Name { margin: 30px 0 0; }
}
@media (max-width:1366px) {
.lyIdx_About .lyIdxAb_Img { height: 520px; }
.lyIdxAb_Text .lyIdxAb_Data { padding: 23px 15px; }
}
@media (max-width:1280px) {
.lyIdx_About .lyIdxAb_Img { height: 490px; }
.lyIdx_About .lyIdxAb_Text { width: 50%; }
.lyIdx_About .lyIdxAb_Text { width: 50%; padding: 60px 40px 60px 60px; }
}
@media (max-width:1200px) {
.lyIdx_About .lyIdxAb_Img { height: 460px; }
.lyIdx_About .lyIdxAb_Text { width: 50%; }
.lyIdxAb_Ms p { font-size: 15px; }
}
@media (max-width:1080px) {
.lyIdx_About .lyIdxAb_Img { height: 420px; }
.lyIdx_About .lyIdxAb_Text { width: 50%; }
.lyIdxAb_Text .lyIdxAb_Ms { margin: 10px auto 34px; }
.lyIdxAb_Text .lyIdxAb_Name { margin: 20px 0 0; font-size: 24px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.lyIdx_About .lyIdxAb_Img { width: 100%; height: 400px; float: inherit; padding: 0; }
.lyIdx_About .lyIdxAb_Text { width: 100%; padding: 40px 30px; position: inherit; left: inherit; top: inherit; }
}
@media (max-width:767px) {
.lyIdx_About .lyIdxAb_Img { height: 300px; padding: 0; }
.lyIdx_About .lyIdxAb_Text { padding: 40px 20px 30px; }
.lyIdxAb_Text .lyIdxAb_Name { font-size: 22px; margin: 10px 0 0; }
.lyIdxAb_Text .lyIdxAb_Ms { margin: 20px auto; }
.lyIdxAb_Ms p { font-size: 14px; line-height: 28px; }
.lyIdxAb_Text .lyIdxAb_btn { width: 125px; height: 35px; line-height: 35px; padding-left: 15px; background-size: 125px 35px; }
.lyIdxAb_Text .lyIdxAb_btn a { font-size: 15px; }
}
@media (max-width:375px) {
}
@media (max-width:320px) {
.lyIdx_About .lyIdxAb_Img { height: 240px; }
}
/*lyIdx_About 结束*/

/*首页技术优势 开始*/
.lyIdx_ys { padding: 80px 0; overflow: hidden; }
.lyIdx_ys .ys_list ul li { width: 23.5%; margin-right: 2%; float: left; border: 1px solid #ddd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 40px; text-align: center; }
.lyIdx_ys .ys_list ul li:last-child { margin: 0; }
.lyIdx_ys .ys_list ul li .ys_ico { width: 100px; height: 100px; border-radius: 50px; margin: 0 auto 30px; }
.lyIdx_ys .ys_list ul li .ys_tit b { display: block; font-size: 20px; color: #333; }
.lyIdx_ys .ys_list ul li .ys_tit em { display: block; width: 32px; height: 4px; background: #009a7e; margin: 10px auto 20px; }
.lyIdx_ys .ys_list ul li p { color: #999; font-size: 16px; line-height: 28px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 52px; }
.lyIdx_ys .ys_list ul li:nth-child(1) .ys_ico { background: #ececec url(../images/ys_ico1.png) no-repeat center center; background-size: 100px 100px; height: 100px; }
.lyIdx_ys .ys_list ul li:nth-child(2) .ys_ico { background: #ececec url(../images/ys_ico2.png) no-repeat center center; background-size: 100px 100px; height: 100px; }
.lyIdx_ys .ys_list ul li:nth-child(3) .ys_ico { background: #ececec url(../images/ys_ico3.png) no-repeat center center; background-size: 100px 100px; height: 100px; }
.lyIdx_ys .ys_list ul li:nth-child(4) .ys_ico { background: #ececec url(../images/ys_ico4.png) no-repeat center center; background-size: 100px 100px; height: 100px; }
.lyIdx_ys .ys_list ul li:nth-child(1):hover .ys_ico { background: #fff url(../images/ys_ico1_hover.png) no-repeat center center; }
.lyIdx_ys .ys_list ul li:nth-child(2):hover .ys_ico { background: #fff url(../images/ys_ico2_hover.png) no-repeat center center; }
.lyIdx_ys .ys_list ul li:nth-child(3):hover .ys_ico { background: #fff url(../images/ys_ico3_hover.png) no-repeat center center; }
.lyIdx_ys .ys_list ul li:nth-child(4):hover .ys_ico { background: #fff url(../images/ys_ico4_hover.png) no-repeat center center; }
.lyIdx_ys .ys_list ul li:hover { background: #009a7e; }
.lyIdx_ys .ys_list ul li:hover .ys_tit b { color: #fff; }
.lyIdx_ys .ys_list ul li:hover .ys_tit em { background: #fff; }
.lyIdx_ys .ys_list ul li:hover p { color: rgba(255,255,255,.45); }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_ys { padding: 65px 0 35px; }
.lyIdx_ys .ys_list ul li { width: 48.5%; margin-right: 3%; margin-bottom: 25px; }
.lyIdx_ys .ys_list ul li:nth-child(2n+2) { margin-right: 0; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_ys { padding: 55px 0 35px; }
.lyIdx_ys .ys_list ul li { width: 48.5%; margin-right: 3%; margin-bottom: 25px; }
.lyIdx_ys .ys_list ul li:nth-child(2n+2) { margin-right: 0; }
}
@media (max-width: 767px) {
.lyIdx_ys { padding: 45px 0 35px; }
.lyIdx_ys .ys_list ul li { width: 100%; margin-bottom: 20px; padding: 30px; }
}
/*首页技术优势 结束*/

/*首页新闻资讯 开始*/
.lyIdx_News { width: 100%; padding: 80px 0; overflow: hidden; background: #f9f9f9; min-height: 500px; }
.lyIdxNews_tit { float: right; margin-top: 5px; }
.lyIdxNews_tit ul li { float: left; background: #fff; height: 42px; line-height: 42px; width: 162px; text-align: center; font-size: 16px; position: relative; }
.lyIdxNews_tit ul li a { display: inline-block; font-size: 16px; color: #666; width: 100%; height: 100%; }
.lyIdxNews_tit ul li i { display: inline-block; width: 1px; height: 18px; background: #dcdcdc; position: absolute; top: 12px; right: 0; }
.lyIdxNews_tit ul li:hover, .lyIdxNews_tit ul li.on { background: #009a7e; }
.lyIdxNews_tit ul li:hover i, .lyIdxNews_tit ul li.on i { display: none; }
.lyIdxNews_tit ul li:hover a, .lyIdxNews_tit ul li.on a { background: #009a7e; color: #fff; }
.ly_Title .ml_an { background: url(../images/about_jtbg.jpg) no-repeat; width: 145px; float: right; height: 42px; line-height: 42px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 25px; margin-top: 5px; }
.ly_Title .ml_an img { display: inline-block; margin: -4px 0 0 28px; }
.ly_Title .ml_an a { color: #fff; font-size: 16px; }
.lyIdx_News .lyIdxNews_list { margin-top: 40px; }
.lyIdx_News .lyIdxNews_list .list_Part { display: none; }
.lyIdx_News .lyIdxNews_list .list_Part.on { display: block; }
.lyIdx_News .lyIdxNews_list .list_Part ul li { float: left; width: 33.3333%; margin: 0; background: #f9f9f9; padding: 25px 25px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec; height: 196px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(3n+3) { border-right: 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(4), .lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(5), .lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(6) { border-bottom: 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_name { font-size: 18px; color: #333; font-weight: bold; height: 30px; line-height: 30px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_name a { display: block; width: 100%; height: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; }
.lyIdx_News .lyIdxNews_list .list_Part ul li p { font-size: 16px; color: #999; line-height: 28px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 52px; margin: 10px 0 20px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_time { font-size: 16px; color: #999; height: 36px; line-height: 36px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_time img { display: inline-block; margin: -4px 8px 0 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_an { position: absolute; right: 0; bottom: 0; display: none; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:hover { box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.08); border-bottom: 2px solid #009a7e; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:hover .News_name a { color: #009a7e; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:hover .News_an { display: block; }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_News { padding: 65px 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li { width: 50%; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(2n+2) { border-right: 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(3n+3) { border-right: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(4) { border-bottom: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(6) { border-right: 0; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_News { padding: 55px 0; }
.lyIdxNews_tit ul li { width: 125px; height: 38px; line-height: 38px; }
.ly_Title .ml_an { width: 125px; height: 38px; line-height: 38px; background-size: 125px 38px; padding-left: 18px; }
.ly_Title .ml_an a { font-size: 15px; }
.lyIdx_News .lyIdxNews_list { margin-top: 35px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li { width: 50%; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(2n+2) { border-right: 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(3n+3) { border-right: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(4) { border-bottom: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(6) { border-right: 0; }
.lyIdx_News .lyIdxNews_list .list_Part ul li p { font-size: 15px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_time { font-size: 15px; }
}
@media (max-width: 767px) {
.lyIdx_News { padding: 45px 0; }
.lyIdxNews_tit { margin-top: 20px; width: 100%; text-align: center; float: none; clear: both; padding-top: 30px; }
.lyIdxNews_tit ul li { width: 120px; height: 35px; line-height: 35px; display: inline-block; float: none; }
.lyIdxNews_tit ul li a { font-size: 15px; }
.lyIdxNews_tit ul li i { display: none; }
.ly_Title .ml_an { width: 125px; float: right; height: 35px; line-height: 35px; padding-left: 15px; background-size: 125px 35px; }
.ly_Title .ml_an a { font-size: 15px; }
.lyIdx_News .lyIdxNews_list { margin-top: 20px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li { width: 100%; padding: 15px; height: auto; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(3n+3) { border-right: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(4), .lyIdx_News .lyIdxNews_list .list_Part ul li:nth-child(5) { border-bottom: 1px solid #ececec; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_name { font-size: 16px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li p { font-size: 15px; margin: 5px 0 10px; }
.lyIdx_News .lyIdxNews_list .list_Part ul li .News_time { font-size: 14px; }
}
/*首页新闻资讯 结束*/

/*ly_Foot 开始*/
.ly_Foot { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background-color: #222; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_Foot .lyFoot_Main { width: 1400px; overflow: hidden; margin: 0 auto; padding: 0; }
.lyFoot_Main .lyFoot_Left { width: 72%; overflow: hidden; margin: 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Left .lyFoot_Menu { width: 100%; overflow: hidden; margin: 0 auto; padding: 60px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Menu ul li { width: 23.5%; overflow: hidden; margin: 0 2% 0 0; padding: 0 10px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid rgba(255,255,255,.1); text-align: center; height: 175px; }
.NyFoot_Menu ul li { height: 245px; }
.lyFoot_Menu ul li:first-child { text-align: left; }
.lyFoot_Menu ul li:last-child { margin-right: 0; }
.lyFoot_Tit { width: 90px; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 16px; padding: 0 0 15px 0; margin: 0 auto; }
.lyFoot_Tit1 { margin: 0; }
.lyFoot_Menu ul li a { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: rgba(255,255,255,0.25); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.lyFoot_Menu ul li a:hover { color: #fff; }
.lyFoot_Left .lyFoot_Links { width: 100%; overflow: hidden; margin: 0 auto; padding: 25px 0 70px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Links .Links_tit { width: 210px; height: 80px; background: #009a7e; float: left; line-height: 80px; padding-left: 25px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyFoot_Links .Links_tit span { display: block; float: left; color: #fff; font-size: 18px; }
.lyFoot_Links .Links_tit span img { display: inline-block; width: 20px; height: 20px; margin: -4px 5px 0 0; }
.lyFoot_Links .Links_tit i { display: block; float: left; background: url(../images/link_line.png) no-repeat top center; font-size: 12px; color: #fff; height: 25px; line-height: 25px; margin-top: 30px; }
.lyFoot_Links .Links_list { width: calc(100% - 210px); background: #2a2a2a url(../images/lkBg.png) repeat; float: right; height: auto; min-height: 80px; overflow: hidden; line-height: 30px; color: #fff; font-size: 14px; margin: 0; padding: 10px 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Links .Links_list a { display: inline-block; height: 30px; line-height: 30px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0 20px 0 0; padding: 0; }
.lyFoot_Links .Links_list a:hover { color: #fff; }

/* 设置滚动条的样式 */
.Links_list::-webkit-scrollbar {
width:3px;
}/* 滚动槽 */
.Links_list::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
.Links_list::-webkit-scrollbar-thumb {
background-color:#009a7e;
}
.Links_list::-webkit-scrollbar-thumb:window-inactive {
background-color:#009a7e;
}
.lyFoot_Copy { width: 100%; overflow: hidden; margin: 0 auto; padding: 20px 0 25px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid rgba(255,255,255,.1); }
.lyFoot_Copy p { display: inline-block; line-height: 30px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0; padding: 0; }
.lyFoot_Copy p a { color: rgba(255,255,255,0.45); }
.lyFoot_Copy p a:hover { color: rgba(255,255,255,1); }
.lyFoot_Main .lyFoot_Right { width: 23%; overflow: hidden; margin: 0; padding: 60px 0 0 60px; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Lxfs .lyFoot_Tel { width: 100%; overflow: hidden; color: #fff; font-size: 18px; font-weight: bold; margin: 0 auto 6px; padding: 0; }
.lyFoot_Tel font { display: block; color: #009a7e; font-size: 32px; vertical-align: middle; margin: -2px 0 0; }
.lyFoot_Lxfs .lyFootLxfs { margin: 10px 0 0; }
.lyFootLxfs ul li { margin: 0 16px 0 0; display: inline-block; }
.lyFootLxfs ul li a { display: block; width: 30px; height: 30px; margin: 0; padding: 0; background-color: rgba(255,255,255,0.1); border-radius: 50%; }
.lyFootLxfs ul li a img { display: block; width: 30px; height: 30px; margin: 0 auto; padding: 0; border-radius: 50%; }
.lyFootLxfs ul li a:hover { background-color: #009a7e; }
.lyFoot_Right .lyFoot_Ewm { width: 136px; height: auto; margin: 40px 0 0; padding: 0; }
.lyFoot_Right .lyFoot_Ewm1 { margin: 10px 0; }
.lyFoot_Right .lyFoot_Ewm img { display: inline-block; border: 1px solid rgba(255,255,255,0.1); padding: 8px; max-height: 100%; max-width: 100%; }
.lyFoot_Ewm p { color: rgba(255,255,255,0.45); font-size: 15px; text-align: center; padding: 9px 0; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
.lyFoot_Main .lyFoot_Right { padding: 60px 0 20px 0; }
}
@media (max-width:1560px) {
.ly_Foot { padding: 0 60px; }
.ly_Foot .lyFoot_Main { width: 100%; }
}
@media (max-width:1440px) {
.ly_Foot { padding: 0 40px; }
.lyFoot_Left .lyFoot_Menu { padding: 40px 0; }
.lyFoot_Main .lyFoot_Right { padding: 40px 0 0 0; }
.lyFoot_Right .lyFoot_Ewm { margin: 10px 0; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.lyFoot_Lxfs .lyFoot_Tel { font-size: 16px; }
.lyFoot_Tel font { font-size: 28px; }
.lyFoot_Left .lyFoot_Links { padding: 25px 0 50px 0; }
.lyFoot_Right .lyFoot_Ewm { margin: 20px 0 0; }
.lyFoot_Right .lyFoot_Ewm1 { margin: 5px 0 0; }
.lyFoot_Menu ul li { height: 245px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
.lyFoot_Links .Links_tit span { font-size: 17px; }
.lyFoot_Menu ul li { height: 230px; }
}
@media (max-width:1023px) {
.ly_Foot { padding: 0 30px; }
.lyFoot_Main .lyFoot_Left { width: 100%; }
.lyFoot_Left .lyFoot_Links { padding: 25px 0 40px 0; }
.lyFoot_Links .Links_tit span { font-size: 16px; }
.lyFoot_Main .lyFoot_Right { width: 100%; padding: 20px 0 0; }
.lyFoot_Lxfs .lyFoot_Tel { text-align: center; }
.lyFoot_Tel font { font-size: 28px; }
.lyFoot_Lxfs .lyFootLxfs { text-align: center; }
.lyFoot_Right .lyFoot_Ewm { width: 100%; float: inherit; text-align: center; margin: 10px 0; }
.lyFoot_Left .lyFoot_Menu { display: none; }
}
@media (max-width: 767px) {
.ly_Foot { padding: 0 12px; }
.lyFoot_Main .lyFoot_Left { width: 100%; }
.lyFoot_Links .Links_tit span { font-size: 15px; }
.lyFoot_Main .lyFoot_Right { width: 100%; padding: 20px 0 0; }
.lyFoot_Lxfs .lyFoot_Tel { text-align: center; }
.lyFoot_Tel font { font-size: 28px; }
.lyFoot_Lxfs .lyFootLxfs { text-align: center; }
.lyFoot_Right .lyFoot_Ewm { display: none; }
.lyFoot_Left .lyFoot_Links { padding: 25px 0 30px 0; }
.lyFoot_Links .Links_tit { width: 100%; padding-left: 15px; }
.lyFoot_Links .Links_list { width: 100%; padding: 10px 0 10px 15px; overflow: hidden; height: auto; }
.lyFoot_Left .lyFoot_Copy { padding: 14px 0; }
.lyFoot_Copy p { display: block; width: 100%; }
.lyFoot_Links p a { margin: 0 12px 0 0; }
.lyFoot_Left .lyFoot_Menu { display: none; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*ly_Foot 结束*/
/*在线客服*/
.kefu { background-color: #009a7e; border: 2px solid #009a7e; position: fixed; width: 80px; top: 20%; right: 10px; text-align: center; display: block; -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1); box-shadow: 0 6px 12px rgba(0,0,0,0.1); border-radius: 0 0 8px 8px; font-size: 12px; z-index: 999; }
.kefu ul { margin: 0; padding-top: 45px; color: #fff; }
.kefu ul li { position: relative; }
.kefu ul li:nth-of-type(1), .kefu ul li:nth-of-type(4), .kefu ul li:nth-of-type(6) { display: none; }
.kefu ul li a { display: block; color: #FFF; text-decoration: none; overflow: hidden; height: auto; width: 100%; padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center; }
.kefu ul li a:hover { background-color: #009a7e; }
.kefu a.kefu-lx { background-image: url(../images/kefu.png); background-repeat: no-repeat; background-position: center top; position: absolute; top: -40px; text-indent: -9999px; height: 80px; width: 80px; z-index: 999999; left: 0px; border-width: 0; overflow: hidden }
.kefu a.kefu-lx:hover { background-color: rgba(255,255,255,0) }
.kefu ul li a.kf { display: block; padding: 10px 0 }
.kefu ul li a.kefu-tel { background-position: center -79px }
.kefu ul li a.kefu-qq { background-position: center -150px }
.kefu ul li a.kefu-wx { background-position: center -220px }
.kefu ul li a.kefu_bottom { background-position: center -288px; padding: 30px 0 10px 0; border-radius: 0 0 8px 8px }
.kefu ul li a.kefu_top { background-position: center -15px; padding: 30px 0 10px 0 }
.kefu:hover ul li a { display: block }
.kefu ul li p { position: absolute; top: -77px; right: 82px; width: 0; padding: 0; font-size: 14px; line-height: 24px; text-align: left; color: #fff; background: #009a7e; display: block; opacity: 0; transition: all .4s ease-in-out .1s; overflow: hidden; z-index: 201; }
.kefu ul li:nth-of-type(3) p { top: 0; }
.kefu ul li:hover p { width: 120px; padding: 15px; opacity: 1; }
.kefu ul li .wechat p { }
/*在线客服*/

@media (max-width:800px) {
.kefu { width: 60px; border-radius: 8px; right: 2px; }
.kefu a.kefu-lx { display: none; }
.kefu ul { padding: 0; }
.kefu ul li:nth-child(1), .kefu ul li:nth-child(4), .kefu ul li:nth-child(5) { display: none; }
.kefu ul li p { display: none!important; }
.kefu ul li a { font-size: 12px; }
}
@media (max-width: 767px) {
#KFRightScreen { display: none!important; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*NyBanner 开始*/
.NyBanner { width: 100%; height: 550px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyBanner img.nyBa_Img { display: block; width: 1920px; height: 550px; margin: 0; padding: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.NyBanner .NyBa_Con { width: 1400px; height: auto; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyBa_Con p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.NyBa_Con i { display: block; width: 40px; height: 3px; margin: 10px auto 15px; padding: 0; background-color: #009a7e; }
.NyBa_Con span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.25); font-size: 24px; text-align: center; margin: 0 auto; padding: 0; }
/*NyCrumb 开始*/
.NyCrumb { width: 100%; height: auto; margin: -70px auto 0; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCrumb i { display: block; width: calc(50% - 700px); height: 70px; margin: 0; padding: 0; background-color: #fff; position: absolute; right: 0; bottom: 0; }
.NyCrumb .NyCrumb_Main { width: 1400px; height: 70px; margin: 0 auto; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCrumb_Main ul { float: left; }
.NyCrumb_Main ul li { height: 70px; float: left; position: relative; }
.NyCrumb_Main ul li em { display: block; width: 1px; height: 18px; margin: 26px auto; padding: 0; background-color: #ddd; }
.NyCrumb_Main ul li a { display: block; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #333; font-size: 20px; font-weight: bold; margin: 0; padding: 10px 60px; }
.NyCrumb_Main ul li.NyActive a, .NyCrumb_Main ul li:hover a { background-color: #009a7e; color: #fff; }
.NyCrumb_Main p { width: auto; max-width: 72%; height: 70px; overflow: hidden; line-height: 50px; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 10px 0; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCrumb_Main p img.Crumb { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 6px 0 0; }
.NyCrumb_Main p img.CrumbJt { display: inline-block; width: 12px; height: 12px; vertical-align: middle; margin: -2px 8px 0; }
.NyCrumb_Main p a { color: #333; }
.NyCrumb_Main p a:hover { color: #009a7e; }
.NyCrumb_Main p span { color: #999; }
 @media (max-width:1680px) {
.NyBanner { height: 520px; }
.NyBanner img.nyBa_Img { width: 1815px; height: 520px; }
}
@media (max-width:1600px) {
.NyBanner { height: 480px; }
.NyBanner img.nyBa_Img { width: 1676px; height: 480px; }
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyBanner { height: 440px; }
.NyBanner img.nyBa_Img { width: 1536px; height: 440px; }
.NyBa_Con p { line-height: 36px; font-size: 32px; }
.NyBa_Con span { font-size: 20px; }
.NyBa_Con i { margin: 10px auto; }
.NyCrumb { margin: -60px auto 0; padding: 0 60px; }
.NyCrumb .NyCrumb_Main { width: 100%; height: 60px; }
.NyCrumb i { width: 60px; height: 60px; }
.NyCrumb_Main ul li { height: 60px; }
.NyCrumb_Main ul li a { height: 40px; line-height: 40px; font-size: 18px; padding: 10px 40px; }
.NyCrumb_Main p { height: 60px; line-height: 40px; font-size: 15px; }
.NyCrumb_Main ul li em { margin: 21px auto; }
}
@media (max-width:1366px) {
.NyBanner { height: 420px; }
.NyBanner img.nyBa_Img { width: 1466px; height: 420px; }
}
@media (max-width:1280px) {
.NyBanner { height: 400px; }
.NyBanner img.nyBa_Img { width: 1396px; height: 400px; }
.NyBa_Con p { line-height: 32px; font-size: 30px; }
.NyBa_Con span { line-height: 20px; font-size: 18px; }
.NyBa_Con i { height: 2px; }
}
@media (max-width:1200px) {
.NyBanner { height: 370px; }
.NyBanner img.nyBa_Img { width: 1292px; height: 370px; }
.NyCrumb { padding: 0 40px; }
.NyCrumb i { width: 40px; height: 60px; }
.NyCrumb_Main ul li a { padding: 10px 30px; }
.NyCrumb_Main p { font-size: 14px; }
}
@media (max-width:1080px) {
.NyBanner { height: 340px; }
.NyBanner img.nyBa_Img { width: 1187px; height: 340px; }
.NyBa_Con p { line-height: 30px; font-size: 26px; }
.NyBa_Con span { font-size: 16px; }
.NyCrumb_Main ul li a { font-size: 16px; }
}
@media (max-width:1024px) {
.NyBanner { height: 320px; }
.NyBanner img.nyBa_Img { width: 1117px; height: 320px; }
}
@media (max-width:800px) {
.NyBanner { margin: 75px auto 0; height: 280px; }
.NyBanner img.nyBa_Img { width: 977px; height: 280px; }
.NyCrumb { margin: -50px auto 0; padding: 0 20px; }
.NyCrumb i { width: 20px; height: 50px; }
.NyCrumb .NyCrumb_Main { height: 50px; }
.NyCrumb_Main ul li { height: 50px; }
.NyCrumb_Main ul li a { padding: 5px 20px; }
.NyCrumb_Main p { height: 50px; padding: 5px 0; }
.NyCrumb_Main p img.CrumbJt { margin: -2px 6px 0; }
.NyCrumb_Main ul li em { margin: 16px auto; }
}
@media (max-width:767px) {
.NyBanner { margin: 68px auto 0; height: 180px; }
.NyBanner img.nyBa_Img { width: 628px; height: 180px; }
.NyBa_Con p { font-size: 24px; }
.NyBa_Con span { font-size: 14px; }
.NyBa_Con i { width: 30px; margin: 5px auto; }
.NyCrumb { margin: 0 auto; padding: 0; background-color: #fff; }
.NyCrumb i { display: block; }
.NyCrumb .NyCrumb_Main { height: auto; }
.NyCrumb_Main ul { width: 100%; border-bottom: 1px solid #f0f0f0; float: inherit; }
.NyCrumb_Main ul li a { font-size: 15px; }
.NyCrumb_Main p { width: 100%; max-width: 100%; height: auto; line-height: 30px; margin: 0 auto; padding: 10px 12px; }
}
@media (max-width:375px) {
.NyBanner { height: 160px; }
.NyBanner img.nyBa_Img { width: 559px; height: 160px; }
}
@media (max-width:320px) {
.NyBanner { height: 140px; }
.NyBanner img.nyBa_Img { width: 489px; height: 140px; }
.NyBa_Con p { font-size: 22px; }
}
/*NyBanner 结束*/

/*NyAboutus 开始*/
.NyAboutus { width: 100%; height: auto; min-height: 320px; margin: 0 auto; padding: 0; }
.NyTitle { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; }
.NyTitle p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 36px; font-weight: bold; text-align: center; margin: 0 auto 10px; padding: 0; }
.NyTitle i { display: block; width: 143px; height: 13px; overflow: hidden; margin: 0 auto; padding: 0; background: url(../images/line04.png) center center no-repeat; }
.NyTitle1 p { color: #fff; }
.ly_Title2 { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.ly_Title2 p { width: 100%; height: 40px; line-height: 40px; color: #333; font-size: 36px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.ly_Title3 p { color: #fff; }
.ly_Title2 span { display: block; width: 144px; height: 13px; margin: 17px auto 0; padding: 0; background: url(../images/line01.png) center center repeat-x; }
.ly_Title2 span i { display: block; width: 13px; height: 13px; margin: 0 auto; padding: 0; background-color: #009a7e; }
.ny_title { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.ny_title span { display: block; width: 100%; height: 36px; line-height: 36px; color: #e5e5e5; font-size: 30px; font-weight: bold; text-align: center; margin: 0 auto 10px; padding: 0; text-transform : uppercase }
.ny_title p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 30px; text-align: center; margin: 0 auto; padding: 0; font-weight: bold; }
.NyAboutus .NyAboutus_Profile { width: 100%; height: auto; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutus_Profile .NyAboutus_Con { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyAboutus_Con .NyAb_Ms { width: 100%; height: auto; min-height: 320px; line-height: 30px; color: #666; font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto 40px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAb_Ms p, .NyAb_Ms span { width: 100%; height: auto; line-height: 30px; color: #666; font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyAboutus_Con .lyGsjj_main { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyGsjj_main .lyGsjj_img { width: calc(100% - 343px); height: 400px; overflow: hidden; margin: 0; padding: 0; float: right; display: flex; justify-content: center; align-items: center; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; position: relative; }
.lyGsjj_img img { display: block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyGsjj_main .lyGsjj_text { float: left; width: 317px; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyGsjj_main .lyGsjj_text li { background: #009a7e; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); padding: 32px 50px; font-size: 24px; }
.lyGsjj_main .lyGsjj_text li img { display: inline-block; width: 69px; height: 69px; margin: 0 25px 0 0; }
.lyGsjj_main .lyGsjj_text li:last-child { border-bottom: 0; }
.NyAboutus .NyAboutus_Culture { width: 100%; height: auto; margin: 0 auto; padding: 80px 0; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutus_Culture .NyAbCulture_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyAbCulture_Main ul li { width: 23.5%; height: auto; margin: 0 2% 0 0; padding: 40px 30px; background-color: #f9f9f9; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAbCulture_Main ul li:nth-child(4) { margin: 0; }
.NyAbCulture_Main ul li img { display: block; width: 70px; height: 70px; overflow: hidden; margin: 0 auto 30px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAbCulture_Main ul li:hover img { transform: rotatey(180deg); }
.NyAbCulture_Main ul li p { width: 100%; height: auto; line-height: 30px; color: #333; font-size: 24px; text-align: center; margin: 0 auto 10px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; font-weight: bold; }
.NyAbCulture_Main ul li span { display: block; width: 100%; line-height: 25px; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAboutus .NyAbout_Strength { width: 100%; height: auto; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAbout_Strength .NyAbStrength_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAbStrength_Main .NyAbStrength_Mainpro { width: 100%; font-size: 18px; line-height: 30px; margin-bottom: 25px; color: #666; }
.NyAbStrength_Mainpro b { font-size: 18px; color: #333; }
.NyAbStrength_Mainpro img { display: inline-block; margin-right: 10px; }
.NyAbStrength_Main ul li { width: 23.5%; margin: 0 2% 0 0; padding: 0; float: left; }
.NyAbStrength_Main ul li:nth-child(4) { margin: 0; }
.NyAbStrength_Main ul li .workshop_img { width: 100%; height: 235px; position: relative; overflow: hidden; }
.NyAbStrength_Main ul li img { display: block; width: 100%; height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; object-fit: cover; }
.NyAbStrength_Main ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyAbStrength_Main ul li p { font-size: 18px; color: #333; margin-top: 20px; text-align: center; }
@media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyAboutus .NyAboutus_Profile { padding: 60px; }
.NyAboutus_Profile .NyAboutus_Con { width: 100%; }
.NyAboutus .NyAboutus_Culture { padding: 60px; }
.NyAboutus_Culture .NyAbCulture_Main { width: 100%; }
.NyAbCulture_Main ul li { padding: 40px 20px; }
.NyAboutus .NyAbout_Strength { padding: 60px; }
.NyAbout_Strength .NyAbStrength_Main { width: 100%; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.ly_Title2 p { height: 32px; line-height: 32px; font-size: 30px; }
.ly_Title2 span { width: 120px; }
.NyAbCulture_Main ul li span { font-size: 15px; }
}
@media (max-width:1200px) {
.ly_Title2 p { font-size: 28px; }
.NyAboutus .NyAboutus_Profile { padding: 60px 40px; }
.ny_title span { font-size: 24px; margin: 0 auto; }
.ny_title p { font-size: 28px; }
.lyGsjj_main .lyGsjj_text { width: 280px; }
.lyGsjj_main .lyGsjj_text li { padding: 32px 40px; font-size: 23px; }
.lyGsjj_main .lyGsjj_text li img { width: 60px; height: 60px; margin: 0 20px 0 0; }
.lyGsjj_main .lyGsjj_img { width: calc(100% - 300px); height: 374px; }
.NyAboutus .NyAboutus_Culture { padding: 60px 40px; }
.NyAbCulture_Main ul li span { line-height: 24px; font-size: 14px; }
.NyAboutus .NyAbout_Strength { padding: 60px 40px; }
}
@media (max-width:1080px) {
.ly_Title2 p { height: 30px; line-height: 30px; font-size: 26px; }
.ly_Title2 span { margin: 10px auto 0; }
.NyAbCulture_Main ul li { padding: 30px 20px; }
.NyAbCulture_Main ul li p { font-size: 22px; }
}
@media (max-width:1024px) {
.NyAboutus .NyAboutus_Profile { padding: 40px; }
.ny_title { margin: 0 auto 30px; }
.ny_title span { font-size: 22px; margin: 0 auto; }
.ny_title p { font-size: 26px; }
.NyAboutus_Con .NyAb_Ms { font-size: 15px; line-height: 28px; }
.NyAb_Ms p, .NyAb_Ms span { font-size: 15px; line-height: 28px; }
.lyGsjj_main .lyGsjj_text { width: 260px; }
.lyGsjj_main .lyGsjj_text li { padding: 30px; font-size: 22px; }
.lyGsjj_main .lyGsjj_text li img { width: 55px; height: 55px; }
.lyGsjj_main .lyGsjj_img { width: calc(100% - 280px); height: 347px; }
.NyAboutus .NyAboutus_Culture { padding: 40px; }
.NyAbCulture_Main ul li { padding: 30px 15px; width: 48.5%; }
.NyAbCulture_Main ul li:nth-child(2n+2) { margin: 0 0 15px 0; }
.NyAbCulture_Main ul li p { font-size: 20px; }
.NyAbCulture_Main ul li span { line-height: 22px; }
.NyAboutus .NyAbout_Strength { padding: 40px; }
.NyAbStrength_Main .NyAbStrength_Mainpro { font-size: 16px; margin-bottom: 20px; }
.NyAbStrength_Main .NyAbStrength_Mainpro b { font-size: 16px; }
.NyAbStrength_Main ul li { width: 49%; margin-bottom: 20px; }
.NyAbStrength_Main ul li:nth-child(2n+2) { margin-right: 0; }
.NyAbStrength_Main ul li .workshop_img { height: 210px; }
.NyAbStrength_Main ul li p { font-size: 16px; }
}
@media (max-width:800px) {
.NyAboutus .NyAboutus_Profile { padding: 40px 20px; }
.lyGsjj_main .lyGsjj_text { width: 230px; }
.lyGsjj_main .lyGsjj_text li { padding: 25px; font-size: 20px; }
.lyGsjj_main .lyGsjj_text li img { width: 50px; height: 50px; margin: 0 15px 0 0; }
.lyGsjj_main .lyGsjj_img { width: calc(100% - 240px); height: 302px; }
.NyAboutus .NyAboutus_Culture { padding: 40px 20px; }
.NyAbCulture_Main ul li img { margin: 0 auto 20px; }
.NyAbCulture_Main ul li p { font-size: 18px; }
.NyAbCulture_Main ul li span { line-height: 20px; }
.NyAboutus .NyAbout_Strength { padding: 40px 20px; }
}
@media (max-width:767px) {
.ly_Title2 { margin: 0 auto 20px; }
.ly_Title2 p { height: 30px; line-height: 30px; font-size: 24px; }
.ly_Title2 span { width: 96px; height: 5px; margin: 5px auto 0; }
.ly_Title2 span i { width: 5px; height: 5px; }
.NyAboutus .NyAboutus_Profile { padding: 20px 12px; }
.ny_title { margin: 0 auto 20px; }
.ny_title span { font-size: 18px; margin: 0 auto; }
.ny_title p { font-size: 24px; }
.NyAboutus_Con .NyAb_Ms { font-size: 14px; line-height: 26px; }
.NyAb_Ms p, .NyAb_Ms span { font-size: 14px; line-height: 26px; }
.lyGsjj_main .lyGsjj_text { width: 100%; }
.lyGsjj_main .lyGsjj_img { width: 100%; height: 220px; }
.lyGsjj_main .lyGsjj_text li { padding: 20px 30px; font-size: 18px; }
.lyGsjj_main .lyGsjj_text li img { width: 45px; height: 45px; }
.NyAboutus .NyAboutus_Culture { padding: 20px 12px; }
.NyAbCulture_Main ul li { width: 100%; height: auto; margin: 0 auto 12px; padding: 30px 20px; }
.NyAbCulture_Main ul li:nth-child(2n+2), .NyAbCulture_Main ul li:nth-child(4) { margin: 0 auto 15px; }
.NyAbCulture_Main ul li p { font-size: 20px; }
.NyAbCulture_Main ul li span { font-size: 14px; }
.NyAboutus .NyAbout_Strength { padding: 20px 12px; }
.NyAbStrength_Main .NyAbStrength_Mainpro { font-size: 15px; margin-bottom: 15px; }
.NyAbStrength_Main .NyAbStrength_Mainpro b { font-size: 15px; }
.NyAbStrength_Main ul li { width: 49%; margin-bottom: 15px; }
.NyAbStrength_Main ul li:nth-child(2n+2) { margin-right: 0; }
.NyAbStrength_Main ul li .workshop_img { height: 200px; }
.NyAbStrength_Main ul li p { font-size: 15px; margin-top: 15px; }
}
@media (max-width:450px) {
.NyAbStrength_Main ul li { width: 100%; }
.NyAbStrength_Main ul li .workshop_img { height: 180px; }
}
@media (max-width:320px) {
.ly_Title2 p { font-size: 22px; }
.lyGsjj_main .lyGsjj_img { height: 150px; }
.ny_title span { font-size: 16px; margin: 0 auto; height: 30px; line-height: 30px; }
.ny_title p { font-size: 20px; }
.NyAbCulture_Main ul li { width: 100%; height: auto; margin: 0 auto 12px; padding: 20px 12px; }
.NyAbCulture_Main ul li:nth-child(2n+2), .NyAbCulture_Main ul li:nth-child(4) { margin: 0 auto 12px; }
.NyAbCulture_Main ul li span { line-height: 20px; }
}
/*NyAboutus 结束*/

/*NyNews 开始*/
.NyNews { width: 100%; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNews .NyNews_Main { width: 1400px; height: auto; min-height: 320px; margin: 0 auto; padding: 0; }
.NyNews_Main .NyNews_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyNews_List ul li { width: 48%; height: auto; margin: 0 4% 30px 0; padding: 0 0 0 100px; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNews_List ul li:nth-child(2n+2) { margin: 0 0 30px; }
.NyNews_List ul li .NyNews_Time { width: 100px; height: 100px; margin: 0; padding: 20px 0; background-color: #eee; position: absolute; left: 0; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNews_List ul li .NyNews_Time em { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #999; font-size: 16px; font-style: normal; text-align: center; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_List ul li .NyNews_Time span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 32px; font-weight: bold; font-style: normal; text-align: center; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_List ul li:hover .NyNews_Time { background-color: #009a7e; }
.NyNews_List ul li:hover .NyNews_Time em { color: rgba(255,255,255,0.65); }
.NyNews_List ul li:hover .NyNews_Time span { color: #fff; }
.NyNews_List ul li .NyNews_Text { width: 100%; height: auto; overflow: hidden; margin: 0; padding: 25px 30px; background-color: rgba(51,51,51,0); position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNews_List ul li .NyNews_Text a.NyNews_Name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto 14px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_List ul li .NyNews_Text p { width: 100%; height: 84px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_List ul li:hover .NyNews_Text { background-color: rgba(51,51,51,1); }
.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name { color: #fff; }
.NyNews_List ul li:hover .NyNews_Text p { color: rgba(255,255,255,0.45); }
.NyNews_List ul li .NyNews_Text a.NyNews_More { display: block; width: 50px; height: 50px; margin: 0; padding: 0; position: absolute; right: -50px; bottom: -50px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_List ul li .NyNews_Text a.NyNews_More img { display: block; width: 50px; height: 50px; margin: 0; padding: 0; }
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More { right: 0; bottom: 0; }
/*分页样式 开始*/
#fengye { margin: 40px auto 0; color: #666; font-size: 14px; text-align: center; }
#fengye a { display: inline-block; padding: 0 15px; background-color: #fff; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #666; font-size: 14px; border: 1px solid #ddd; }
#fengye a:hover { background-color: #009a7e; color: #fff; border: 1px solid #009a7e; }
#fengye a.pnnum1 { background-color: #009a7e; color: #fff; border: 1px solid #009a7e; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #009a7e; width: 40px!important; height: 30px!important; line-height: 30px; text-align: center; border-radius: 2px; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline: none; }
#fengye .p_input { display: inline-block; padding: 0 5px; background-color: #fff; width: 40px!important; height: 30px; line-height: 28px; text-align: center; margin: 0 5px; color: #555; font-size: 14px; cursor: default; border: 1px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*分页样式 结束*/

/*NyNewDetail 开始*/
.NyNewDetail { width: 100%; height: auto; min-height: 320px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail .NyNewDetail_Main { width: 1400px; height: auto; min-height: 320px; margin: 80px auto 60px; padding: 0; }
.NyNewDetail_Main .NyNewDetail_Name { width: 100%; height: auto; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; margin: 0 auto 15px; padding: 0; }
.NyNewDetail_Main .NyNewDetail_Tips { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto 30px; padding: 0 0 15px; border-bottom: 1px solid #e6e6e6; }
.NyNewDetail_Tips span { display: inline-block; height: 30px; line-height: 30px; color: #999; font-size: 16px; margin: 0 40px 0 0; padding: 0; }
.NyNewDetail_Tips span img { display: block; width: 16px; height: 16px; margin: 7px 10px 7px 0; padding: 0; float: left; }
.NyNewDetail_Main .NyNewDetail_Content { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; font-style: normal; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyNewDetail_Content div, .NyNewDetail_Content p { margin: 0 auto 20px; }
.NyNewDetail_Content img { display: inline-block; width: auto!important; max-width: 100%!important; height: auto!important; margin: 0 0 20px; }
.NyPrevNext { width: 100%; height: auto; margin: 0 auto; padding: 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPrevNext ul { width: 1400px; margin: 0 auto; }
.NyPrevNext ul li { width: 100%; height: auto; min-height: 100px; overflow: hidden; line-height: 40px; color: #999; font-size: 18px; margin: 0; padding: 30px 0 30px 120px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPrevNext ul li:nth-child(1) { border-bottom: 1px solid #e6e6e6; }
.NyPrevNext ul li i { display: block; width: 100px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 18px; font-style: normal; text-align: center; background-color: #f5f5f5; border-radius: 20px; margin: 0; padding: 0; position: absolute; left: 0; top: 30px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPrevNext ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPrevNext ul li:hover i { color: #fff; background-color: #009a7e; }
.NyPrevNext ul li:hover a { color: #009a7e; text-decoration: underline; }
/*NyNewDetail 结束*/

@media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyNews { padding: 60px; }
.NyNews .NyNews_Main { width: 100%; }
.NyNews_List ul li { width: 48.5%; margin: 0 3% 20px 0; padding: 0 0 0 90px; }
.NyNews_List ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyNews_List ul li .NyNews_Time { width: 90px; height: 90px; padding: 18px 0; }
.NyNews_List ul li .NyNews_Time em { height: 18px; line-height: 18px; font-size: 14px; margin: 0 auto 4px; }
.NyNews_List ul li .NyNews_Time span { height: 32px; line-height: 32px; font-size: 28px; }
.NyNews_List ul li .NyNews_Text { padding: 15px 20px 20px; }
.NyNews_List ul li .NyNews_Text a.NyNews_Name { height: 30px; line-height: 30px; margin: 0 auto 10px; }
.NyNews_List ul li .NyNews_Text p { height: 75px; line-height: 25px; font-size: 15px; }
.NyNewDetail { padding: 0 60px; }
.NyNewDetail .NyNewDetail_Main { width: 100%; margin: 60px auto 45px; }
.NyNewDetail_Main .NyNewDetail_Name { font-size: 28px; }
.NyNewDetail_Main .NyNewDetail_Tips { font-size: 15px; }
.NyNewDetail_Tips span { font-size: 15px; margin: 0 30px 0 0; }
.NyNewDetail_Main .NyNewDetail_Content { line-height: 25px!important; font-size: 15px!important; }
.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { line-height: 25px!important; font-size: 15px!important; }
.NyNewDetail_Content div, .NyNewDetail_Content p { margin: 0 auto 15px; }
.NyNewDetail_Content img { margin: 0 0 15px; }
.NyPrevNext { padding: 0 60px; }
.NyPrevNext ul { width: 100%; }
.NyPrevNext ul li { min-height: 80px; padding: 20px 0 20px 120px; }
.NyPrevNext ul li i { top: 20px; }
}
@media (max-width:1366px) {
.NyNewDetail_Main .NyNewDetail_Name { font-size: 26px; }
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.NyNews { padding: 60px 40px; }
.NyNews_List ul li { padding: 0 0 0 80px; }
.NyNews_List ul li .NyNews_Time { width: 80px; height: 80px; padding: 15px 0; }
.NyNews_List ul li .NyNews_Time em { height: 20px; line-height: 20px; font-size: 14px; margin: 0 auto; }
.NyNews_List ul li .NyNews_Time span { height: 30px; line-height: 30px; font-size: 26px; }
.NyNews_List ul li .NyNews_Text { padding: 12px 20px 20px; }
.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size: 18px; margin: 0 auto 6px; }
.NyNews_List ul li .NyNews_Text p { height: 72px; line-height: 24px; font-size: 14px; }
.NyNews_List ul li .NyNews_Text a.NyNews_More { width: 40px; height: 40px; right: -40px; bottom: -40px; }
.NyNews_List ul li .NyNews_Text a.NyNews_More img { width: 40px; height: 40px; }
.NyNewDetail { padding: 0 40px; }
.NyNewDetail .NyNewDetail_Main { width: 100%; margin: 60px auto 50px; }
.NyNewDetail_Main .NyNewDetail_Name { font-size: 24px; margin: 0 auto 10px; }
.NyNewDetail_Main .NyNewDetail_Tips { font-size: 14px; margin: 0 auto 20px; padding: 0 0 5px; }
.NyNewDetail_Tips span { font-size: 14px; margin: 0 30px 0 0; }
.NyNewDetail_Main .NyNewDetail_Content { line-height: 24px!important; font-size: 14px!important; }
.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { line-height: 24px!important; font-size: 14px!important; }
.NyNewDetail_Content div, .NyNewDetail_Content p { margin: 0 auto 10px; }
.NyNewDetail_Content img { margin: 0 0 10px; }
.NyPrevNext { padding: 0 40px; }
.NyPrevNext ul li { min-height: 80px; font-size: 16px; padding: 20px 0 20px 110px; }
.NyPrevNext ul li a { font-size: 16px; }
.NyPrevNext ul li i { width: 90px; font-size: 16px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyNews { padding: 40px 20px; }
.NyNews_List ul li { width: 100%; margin: 0 auto 20px; float: inherit; }
.NyNews_List ul li:nth-child(2n+2) { margin: 0 auto 20px; }
.NyNews_List ul li .NyNews_Text p { height: auto; max-height: 48px; -webkit-line-clamp: 2; }
.NyNews_Main #fengye { margin: 20px auto 0; }
.NyNewDetail { padding: 0 20px; }
.NyNewDetail .NyNewDetail_Main { width: 100%; margin: 40px auto 30px; }
.NyNewDetail_Main .NyNewDetail_Name { line-height: 32px; font-size: 22px; margin: 0 auto 10px; }
.NyPrevNext { padding: 0 20px; }
.NyPrevNext ul li { font-size: 16px; padding: 20px 0 20px 100px; }
.NyPrevNext ul li a { font-size: 16px; }
.NyPrevNext ul li i { width: 80px; font-size: 14px; }
}
@media (max-width:767px) {
.NyNews { padding: 20px 12px; }
.NyNews .NyNews_Main { min-height: inherit; }
.NyNews_List ul li { margin: 0 auto 12px; }
.NyNews_List ul li:nth-child(2n+2) { margin: 0 auto 12px; }
.NyNews_List ul li .NyNews_Text { padding: 10px 20px 10px 12px; }
.NyNews_List ul li .NyNews_Text a.NyNews_More { width: 32px; height: 32px; right: -32px; bottom: -32px; }
.NyNews_List ul li .NyNews_Text a.NyNews_More img { width: 32px; height: 32px; }
#fengye { margin: 8px auto 0; font-size: 0; }
#fengye .p_input, #fengye input { display: none; }
.NyNewDetail { padding: 0 12px; }
.NyNewDetail .NyNewDetail_Main { width: 100%; min-height: inherit; margin: 20px auto 10px; }
.NyNewDetail_Main .NyNewDetail_Name { line-height: 30px; font-size: 20px; margin: 0 auto 10px; }
.NyNewDetail_Tips span { margin: 0 20px 0 0; }
.NyPrevNext { padding: 0 12px; }
.NyPrevNext ul li { font-size: 16px; padding: 20px 0 20px 92px; }
.NyPrevNext ul li a { font-size: 16px; }
.NyPrevNext ul li i { width: 80px; font-size: 14px; }
}
@media (max-width:375px) {
.NyNews_List ul li { min-height: 40px; padding: 40px 0 0; }
.NyNews_List ul li .NyNews_Time { width: auto; height: 40px; padding: 0 12px; }
.NyNews_List ul li .NyNews_Time em { display: inline-block; width: auto; height: 40px; line-height: 40px; margin: 0 10px 0 0; }
.NyNews_List ul li .NyNews_Time span { display: inline-block; width: auto; height: 40px; line-height: 40px; font-size: 20px; }
.NyNews_List ul li .NyNews_Text { padding: 10px 12px; }
.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size: 16px; }
.NyPrevNext ul li { min-height: 56px; line-height: 32px; font-size: 14px; padding: 12px 0 12px 80px; }
.NyPrevNext ul li a { height: 32px; line-height: 32px; font-size: 14px; }
.NyPrevNext ul li i { width: 68px; height: 32px; line-height: 32px; font-size: 14px; top: 12px; }
}
@media (max-width:320px) {
.NyNewDetail_Main .NyNewDetail_Name { line-height: 26px; font-size: 18px; }
#fengye a { padding: 0 10px; }
}
/*NyNews 结束*/

/*NyHonor 开始*/
.NyHonor { width: 100%; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyHonor .NyHonor_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyHonor_Main .NyHonor_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyHonor_List ul li { width: 23.5%; height: auto; margin: 0 2% 40px 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyHonor_List ul li:nth-child(4n+4) { margin: 0 0 40px; }
.NyHonor_List ul li .NyHonor_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto 10px; padding: 0; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0.06); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyHonor_List ul li:hover .NyHonor_Img { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyHonor_List ul li .NyHonor_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyHonor_List ul li .NyHonor_Img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyHonor_List ul li:hover .NyHonor_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyHonor_List ul li a.NyHonor_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 10px 0; border-bottom: 1px solid #e6e6e6; }
.NyHonor_List ul li:hover a.NyHonor_Name { color: #009a7e; border-bottom: 1px solid #009a7e; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyHonor { padding: 60px; }
.NyHonor .NyHonor_Main { width: 100%; }
.NyHonor_List ul li .NyHonor_Img { height: 220px; }
.NyHonor_Main #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.NyHonor_List ul li .NyHonor_Img { height: 200px; }
}
@media (max-width:1200px) {
.NyHonor { padding: 60px 40px; }
.NyHonor_List ul li { margin: 0 2% 30px 0; }
.NyHonor_List ul li:nth-child(4n+4) { margin: 0 0 30px; }
.NyHonor_List ul li .NyHonor_Img { height: 200px; }
.NyHonor_Main #fengye { margin: 35px auto 0; }
}
@media (max-width:1080px) {
.NyHonor_List ul li { margin: 0 2% 30px 0; }
.NyHonor_List ul li:nth-child(4n+4) { margin: 0 0 30px; }
.NyHonor_List ul li .NyHonor_Img { height: 180px; }
.NyHonor_List ul li a.NyHonor_Name { font-size: 18px; }
.NyHonor_Main #fengye { margin: 40px auto 0; }
}
@media (max-width:1024px) {
.NyHonor_List ul li .NyHonor_Img { height: 170px; }
}
@media (max-width:800px) {
.NyHonor { padding: 40px 20px; }
.NyHonor_List ul li { width: 31.333333%; margin: 0 3% 25px 0; }
.NyHonor_List ul li:nth-child(4n+4) { margin: 0 3% 25px 0; }
.NyHonor_List ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyHonor_List ul li .NyHonor_Img { height: 180px; margin: 0 auto; }
.NyHonor_Main #fengye { margin: 20px auto 0; }
}
@media (max-width:767px) {
.NyHonor { padding: 20px 12px; }
.NyHonor_List ul li { width: 48.5%; margin: 0 3% 20px 0; }
.NyHonor_List ul li:nth-child(3n+3), .NyHonor_List ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.NyHonor_List ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyHonor_List ul li .NyHonor_Img { height: 150px; }
.NyHonor_List ul li a.NyHonor_Name { font-size: 16px; }
.NyHonor_Main #fengye { margin: 0 auto; }
}
@media (max-width:375px) {
.NyHonor_List ul li .NyHonor_Img { height: 140px; }
.NyHonor_List ul li a.NyHonor_Name { padding: 5px 0; font-size: 15px; }
}
@media (max-width:320px) {
.NyHonor_List ul li { width: 100%; margin: 0 auto 20px; float: inherit; }
.NyHonor_List ul li:nth-child(2n+2), .NyHonor_List ul li:nth-child(3n+3), .NyHonor_List ul li:nth-child(4n+4) { margin: 0 auto 20px; }
.NyHonor_List ul li .NyHonor_Img { height: 220px; }
.NyHonor_List ul li a.NyHonor_Name { padding: 10px 0; font-size: 18px; }
}
/*NyHonor 结束*/

/*NyDown 开始*/
.NyDown { width: 100%; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown .NyDown_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyDown_Main .NyDown_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyDown_List ul li { width: 48.5%; height: auto; margin: 0 3% 30px 0; padding: 0 100px 0 0; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0); float: left; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 0 30px; }
.NyDown_List ul li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyDown_List ul li .NyDown_Btn { width: 100px; height: 100px; margin: 0; padding: 0; border-left: 1px solid #e6e6e6; position: absolute; top: 0; right: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyDown_List ul li .NyDown_Btn a { display: block; width: 100px; height: 100px; margin: 0 auto; padding: 25px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Btn a i.DwIco { display: block; width: 50px; height: 50px; margin: 0 auto; padding: 0; background: url(../images/down.svg) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyDown_List ul li:hover .NyDown_Btn { border-left: 1px solid #009a7e; }
.NyDown_List ul li:hover .NyDown_Btn a i.DwIco { background: url(../images/down1.svg) center center no-repeat; background-size: 100% 100%; }
.NyDown_List ul li .NyDown_Text { width: 100%; height: 100px; overflow: hidden; margin: 0; padding: 15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto 6px; padding: 0 0 0 13px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { display: block; width: 3px; height: 20px; margin: 0; padding: 0; background-color: #009a7e; position: absolute; left: 0; top: 10px; }
.NyDown_List ul li .NyDown_Text span { display: block; width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; margin: 0 auto; padding: 0; }
.NyDown_List ul li .NyDown_Text span img { display: block; width: 18px; height: 18px; margin: 2px 6px 2px 0; padding: 0; float: left; }
.NyDown_List ul li:hover .NyDown_Text a.NyDown_Name { color: #009a7e; }
.DownABtn a { display: block; width: 160px; height: 44px; line-height: 44px; color: #fff; font-size: 16px; margin: 0 auto; padding: 0 33px; background: #009a7e url(../images/down2.svg) 104px 8px no-repeat; background-size: 28px 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.DownABtn a:hover { background-color: #018f75; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyDown { padding: 60px; }
.NyDown .NyDown_Main { width: 100%; }
.NyDown_Main #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.NyDown { padding: 60px 40px; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name { font-size: 18px; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { height: 18px; top: 11px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyDown { padding: 40px 20px; }
.NyDown_List ul li { width: 100%; height: auto; margin: 0 auto 20px; float: inherit; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 auto 20px; }
.NyDown_Main #fengye { margin: 20px auto 0; }
}
@media (max-width:767px) {
.NyDown { padding: 20px 12px; }
.NyDown_List ul li { width: 100%; height: auto; margin: 0 auto 20px; padding: 0 60px 0 0; float: inherit; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 auto 20px; }
.NyDown_List ul li .NyDown_Text { height: 80px; padding: 10px 12px; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name { height: 36px; line-height: 36px; margin: 0 auto; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { top: 9px; }
.NyDown_List ul li .NyDown_Btn { width: 60px; height: 80px; }
.NyDown_List ul li .NyDown_Btn a { width: 60px; height: 80px; padding: 20px 0; }
.NyDown_List ul li .NyDown_Btn a i.DwIco { width: 40px; height: 40px; }
.NyDown_Main #fengye { margin: 0 auto; }
}
@media (max-width:375px) {
.NyDown_List ul li .NyDown_Text a.NyDown_Name { font-size: 16px; }
}
@media (max-width:320px) {
}
/*NyDown 结束*/

/*NyCases 开始*/
.NyCases { width: 100%; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCases .NyCases_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyCases_Main .NyCases_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyCases_List ul li { width: 23.5%; height: auto; margin: 0 2% 30px 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCases_List ul li:nth-child(4n+4) { margin: 0 0 30px; }
.NyCases_List ul li .NyCases_Con { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 15px 15px 0; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0.06); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCases_List ul li:hover .NyCases_Con { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyCases_List ul li:hover .NyCases_Img { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyCases_List ul li .NyCases_Con a.NyCases_Img { display: block; width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyCases_List ul li .NyCases_Con a.NyCases_Img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyCases_List ul li:hover .NyCases_Con a.NyCases_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyCases_List ul li .NyCases_Con a.NyCases_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 10px 0; }
.NyCases_List ul li:hover .NyCases_Con a.NyCases_Name { color: #009a7e; }
.NyCases_List ul li .NyCases_Ms { width: 100%; height: auto; margin: 0 auto; padding: 15px; border-bottom: 1px solid #e6e6e6; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCases_List ul li .NyCases_Ms p { width: 100%; height: 44px; overflow: hidden; line-height: 22px; color: #999; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyCases_List ul li:hover .NyCases_Ms { border-bottom: 1px solid #009a7e; }
.NyCases_List ul li:hover .NyCases_Ms p { color: #666; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyCases { padding: 60px; }
.NyCases .NyCases_Main { width: 100%; }
.NyCases_List ul li .NyCases_Con a.NyCases_Img { height: 220px; }
.NyCases_Main #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.NyCases_List ul li .NyCases_Con { padding: 10px 10px 0; }
.NyCases_List ul li .NyCases_Ms { padding: 10px; }
}
@media (max-width:1200px) {
.NyCases { padding: 60px 40px; }
.NyCases_List ul li { width: 31.3333%; margin: 0 3% 20px 0; }
.NyCases_List ul li:nth-child(3n+3) { margin: 0 0 20px 0; }
.NyCases_List ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.NyCases_Main #fengye { margin: 35px auto 0; }
}
@media (max-width:1080px) {
.NyCases_List ul li .NyCases_Con a.NyCases_Name { font-size: 18px; }
.NyCases_List ul li { width: 48.5%; margin: 0 3% 20px 0; }
.NyCases_List ul li:nth-child(2n+2) { margin: 0 0 20px 0; }
.NyCases_List ul li:nth-child(3n+3) { margin: 0 3% 20px 0; }
.NyCases_List ul li:nth-child(6n+6) { margin: 0 0 20px 0; }
}
@media (max-width:1024px) {
.NyCases_List ul li .NyCases_Con a.NyCases_Img { height: 180px; }
}
@media (max-width:800px) {
.NyCases { padding: 40px 20px; }
.NyCases_List ul li { width: 48.5%; margin: 0 3% 20px 0; }
.NyCases_List ul li:nth-child(2n+2) { margin: 0 0 20px 0; }
.NyCases_Main #fengye { margin: 20px auto 0; }
}
@media (max-width:767px) {
.NyCases { padding: 20px 12px; }
.NyCases_List ul li { width: 100%; margin: 0 0 20px 0; }
.NyCases_List ul li .NyCases_Con a.NyCases_Img { height: 200px; }
.NyCases_List ul li .NyCases_Con a.NyCases_Name { font-size: 16px; padding: 5px 0; }
.NyCases_Main #fengye { margin: 0 auto; }
}
 @media (max-width:375px) {
.NyCases_List ul li { width: 100%; margin: 0 auto 20px; }
.NyCases_List ul li:nth-child(2n+2), .NyCases_List ul li:nth-child(3n+3), .NyCases_List ul li:nth-child(4n+4) { margin: 0 auto 20px; }
.NyCases_List ul li .NyCases_Con a.NyCases_Img { height: 200px; }
.NyCases_List ul li .NyCases_Con a.NyCases_Name { font-size: 18px; padding: 10px 0; }
}
@media (max-width:320px) {
}
/*NyCases 结束*/

/*NyVideos 开始*/
.NyVideos { width: 100%; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos .NyVideos_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyVideos_Main .NyVideos_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyVideos_List ul li { width: 23.5%; height: auto; margin: 0 2% 30px 0; padding: 0; background-color: #fff; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li:nth-child(4n+4) { margin: 0 0 30px; }
.NyVideos_List ul li:hover { background-color: #009a7e; }
.NyVideos_List ul li .NyVideos_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li .NyVideos_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyVideos_List ul li .NyVideos_Img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyVideos_List ul li .NyVideos_Img a i { display: block; width: 100%; height: 100%; margin: 0; padding: 0; background: rgba(0,0,0,0.4) url(../images/VdIco.svg) center center no-repeat; background-size: 50px 50px; position: absolute; left: 0; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Img a i { background: rgba(0,0,0,0.2) url(../images/VdIco1.svg) center center no-repeat; background-size: 50px 50px; }
.NyVideos_List ul li .NyVideos_Text { width: 100%; height: auto; margin: 0 auto; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover a.NyVideos_Name { color: #fff; }
.NyVideos_List ul li .NyVideos_Text p { width: 100%; height: 40px; overflow: hidden; line-height: 20px; color: #999; font-size: 14px; text-align: center; margin: 10px auto 15px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Text p { color: rgba(255,255,255,0.65); }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn { display: block; width: 120px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; background-color: #009a7e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn i { display: inline-block; width: 18px; height: 18px; background: url(../images/VdIco.svg) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 0 0 8px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn { color: #009a7e; background-color: #fff; }
.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn i { background: url(../images/VdIco1.svg) center center no-repeat; background-size: 100% 100%; }
.NyNewDetail_Content iframe { display: block; width: 60%!important; height: 480px!important; margin: 0 auto 20px!important; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyVideos { padding: 60px; }
.NyVideos .NyVideos_Main { width: 100%; }
.NyVideos_List ul li .NyVideos_Img { height: 220px; }
.NyVideos_Main #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
.NyVideos_List ul li .NyVideos_Img { height: 210px; }
}
@media (max-width:1280px) {
.NyVideos_List ul li .NyVideos_Img { height: 200px; }
}
@media (max-width:1200px) {
.NyVideos { padding: 60px 40px; }
.NyVideos_List ul li { margin: 0 2% 25px 0; }
.NyVideos_List ul li:nth-child(4n+4) { margin: 0 0 25px; }
.NyVideos_List ul li .NyVideos_Img { height: 190px; }
.NyVideos_Main #fengye { margin: 35px auto 0; }
}
@media (max-width:1080px) {
.NyVideos_List ul li .NyVideos_Img { height: 180px; }
.NyVideos_List ul li .NyVideos_Text { padding: 10px; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Name { font-size: 18px; }
.NyVideos_List ul li .NyVideos_Text p { margin: 10px auto; }
.NyNewDetail_Content iframe { width: 80%!important; }
}
@media (max-width:1024px) {
.NyVideos_List ul li .NyVideos_Img { height: 170px; }
}
@media (max-width:800px) {
.NyVideos { padding: 40px 20px; }
.NyVideos_List ul li { width: 31.333333%; margin: 0 3% 20px 0; }
.NyVideos_List ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.NyVideos_List ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyVideos_List ul li .NyVideos_Img { height: 170px; }
.NyVideos_Main #fengye { margin: 20px auto 0; }
.NyNewDetail_Content iframe { width: 100%!important; height: 420px!important; }
}
@media (max-width:767px) {
.NyVideos { padding: 20px 12px; }
.NyVideos_List ul li { width: 48.5%; margin: 0 3% 20px 0; }
.NyVideos_List ul li:nth-child(3n+3), .NyVideos_List ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.NyVideos_List ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyVideos_List ul li .NyVideos_Img { height: 140px; }
.NyVideos_List ul li .NyVideos_Img a i { background-size: 40px 40px; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Name { font-size: 16px; }
.NyVideos_Main #fengye { margin: 0 auto; }
.NyNewDetail_Content iframe { height: 240px!important; }
}
@media (max-width:375px) {
.NyVideos_List ul li .NyVideos_Img { height: 120px; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn { width: 108px; }
.NyNewDetail_Content iframe { height: 200px!important; }
}
@media (max-width:320px) {
.NyVideos_List ul li { width: 100%; margin: 0 auto 20px; }
.NyVideos_List ul li:nth-child(2n+2), .NyVideos_List ul li:nth-child(3n+3), .NyVideos_List ul li:nth-child(4n+4) { margin: 0 auto 20px; }
.NyVideos_List ul li .NyVideos_Img { height: 200px; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn { width: 120px; }
.NyNewDetail_Content iframe { height: 180px!important; }
}
/*NyVideos 结束*/

/*NyOrder 开始*/
.NyOrder { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 80px 0; background-color: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder .NyOrder_Main { width: 1400px; height: auto; margin: 0 auto; padding: 40px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Main .NyOrder_Left { width: 28%; height: 660px; overflow: hidden; margin: 0; padding: 60px 40px; background: #009a7e url(../images/ico07.png) -80px 460px no-repeat; background-size: 320px 220px; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Left .NyOrder_Img { width: 180px; height: 180px; margin: 0 auto 40px; padding: 7px 0; background-color: rgba(0,0,0,0.05); border-radius: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Img img { display: block; width: 150px; height: 150px; margin: 0 auto; padding: 0; border: 8px solid rgba(0,0,0,0.05); border-radius: 50%; }
.NyOrder_Left p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 28px; margin: 0 auto 15px; padding: 0; }
.NyOrder_Left span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.65); font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyOrder_Left .NyOrder_Btn { width: 100%; height: auto; margin: 60px auto 0; padding: 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Btn a { display: block; width: 100%; height: 52px; overflow: hidden; line-height: 52px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; background-color: #333; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyOrder_Btn a img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 10px 0 0; padding: 0; }
.NyOrder_Btn a:hover { background-color: #202020; }
.NyOrder_Main .NyOrder_Right { width: 72%; height: auto; overflow: hidden; margin: 0; padding: 0 40px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg { width: 100%!important; height: auto!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg h3 { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul { width: 100%!important; overflow: hidden!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul li { width: 100%!important; height: auto!important; overflow: hidden!important; line-height: inherit!important; color: inherit!important; font-size: inherit!important; margin: 0 0 25px!important; padding: 0!important; clear: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48%!important; margin: 0 4% 25px 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48%!important; float: right!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 0 auto!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width: 100%!important; height: auto!important; margin: 0!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display: block!important; width: 100%!important; height: 60px!important; line-height: 60px; color: #666; font-size: 16px; margin: 0!important; padding: 0 20px!important; background-color: #f9f9f9!important; border: 0!important; outline: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 20px 0 16px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin: 0 10px 0 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 240px!important; margin: 0 10px 0 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display: block!important; width: 120px!important; height: 40px!important; margin: 10px 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 60px!important; color: #999!important; font-size: 16px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display: block!important; width: 100%!important; height: 150px!important; line-height: 30px; color: #aaa; font-size: 16px; margin: 0!important; padding: 15px 20px!important; background-color: #f9f9f9!important; border: 0!important; outline: none!important; resize: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width: 100%!important; height: auto!important; overflow: hidden!important; margin: 0!important; padding: 0!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width: 200px!important; height: 60px!important; overflow: hidden!important; line-height: 60px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; background-color: #333!important; margin: 0 20px 0 0!important; padding: 0!important; border: none!important; cursor: pointer!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color: #202020!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color: #009a7e!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #028c73!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width: 100%!important; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyOrder { padding: 60px; }
.NyOrder .NyOrder_Main { width: 100%; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.NyOrder_Main .NyOrder_Left { height: 600px; }
.NyOrder_Left p { font-size: 26px; }
.NyOrder_Left font { font-size: 20px; }
.NyOrder_Left span { font-size: 15px; line-height: 25px; }
.NyOrder_Btn a { height: 50px; line-height: 50px; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 30px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height: 50px!important; line-height: 50px; font-size: 15px; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height: 145px!important; line-height: 25px; font-size: 15px; padding: 10px 20px; }
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin: 5px 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 50px!important; font-size: 15px!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { height: 50px!important; line-height: 50px!important; }
}
@media (max-width:1200px) {
.NyOrder { padding: 60px 40px; }
.NyOrder .NyOrder_Main { padding: 30px; }
.NyOrder_Main .NyOrder_Left { padding: 60px 30px; }
.NyOrder_Left p { line-height: 36px; }
.NyOrder_Left .NyOrder_Btn { padding: 0 30px; }
.NyOrder_Main .NyOrder_Right { padding: 0 30px 0 0; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 200px!important; }
}
@media (max-width:1080px) {
.NyOrder .NyOrder_Main { padding: 25px; }
.NyOrder_Main .NyOrder_Left { height: 560px; padding: 50px 25px; background-size: 280px 160px; }
.NyOrder_Left p { line-height: 32px; font-size: 24px; }
.NyOrder_Left span { line-height: 24px; font-size: 14px; }
.NyOrder_Left .NyOrder_Btn { margin: 50px auto 0; padding: 0 25px; }
.NyOrder_Main .NyOrder_Right { padding: 0 25px 0 0; }
.NyOrder_Right #ly_msg.ly_msg ul li { margin: 0 0 20px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48.5%!important; margin: 0 3% 20px 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48.5%!important; margin: 0 0 20px 0!important; float: right!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size: 14px; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height: 140px!important; line-height: 24px; font-size: 14px; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 180px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size: 14px!important; }
}
@media (max-width:1024px) {
.NyOrder_Main .NyOrder_Left { width: 30%; height: 590px; }
.NyOrder_Main .NyOrder_Right { width: 70%; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; width: 100%; line-height: 30px!important; }
}
@media (max-width:800px) {
.NyOrder { padding: 40px 20px; }
.NyOrder .NyOrder_Main { padding: 20px; }
.NyOrder_Main .NyOrder_Left { width: 100%; height: auto; margin: 0 auto 20px; padding: 40px; float: inherit; }
.NyOrder_Left .NyOrder_Img { float: left; margin: 0 40px 0 0; }
.NyOrder_Left p { line-height: 30px; font-size: 24px; margin: 8px auto 2px; }
.NyOrder_Left span { margin: 10px auto 0; }
.NyOrder_Left .NyOrder_Btn { width: 200px; margin: 20px 0 0; padding: 0; float: left; }
.NyOrder_Main .NyOrder_Right { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: inline-block; width: auto; line-height: 50px!important; }
}
@media (max-width:767px) {
.NyOrder { padding: 20px 12px; }
.NyOrder .NyOrder_Main { padding: 12px; }
.NyOrder_Main .NyOrder_Left { padding: 20px; }
.NyOrder_Left .NyOrder_Img { width: 106px; height: 106px; margin: 0 20px 0 0; padding: 4px 0; }
.NyOrder_Img img { width: 90px; height: 90px; border: 4px solid rgba(0,0,0,0.05); }
.NyOrder_Left p { line-height: 24px; font-size: 18px; margin: 0 auto 2px; }
.NyOrder_Left span { line-height: 20px; }
.NyOrder_Left .NyOrder_Btn { width: 100%; margin: 20px auto 0; float: inherit; }
.NyOrder_Btn a { height: 40px; line-height: 40px; font-size: 15px; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 12px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 160px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; width: 100%; line-height: 24px!important; margin: 10px auto 0; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width: 48%!important; margin: 0!important; float: left; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { padding: 10px 12px!important; }
}
@media (max-width:375px) {
}
@media (max-width:320px) {
.NyOrder_Left .NyOrder_Img { float: inherit; margin: 0 auto 20px; }
.NyOrder_Left p { text-align: center; }
.NyOrder_Left span { text-align: center; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important; }
}
/*NyOrder 结束*/

/*NyContactUs 开始*/
.NyContactUs { width: 100%; height: auto; min-height: 320px; margin: 0 auto; padding: 80px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs .NyContactUs_Infor { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Infor .NyContactUsInfor_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyContactUsInfor_Main .NyContactUsInfor_Img { width: 100%; height: 350px; margin: 0 auto; padding: 0; position: relative; }
.NyContactUsInfor_Img img.contactImg { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.NyContactUsInfor_Img .contactText { width: 50%; height: 100%; overflow: hidden; margin: 0; padding: 100px 20% 100px 60px; background: url(../images/contactBg.png) 0 0 no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contactText p { width: 100%; height: auto; line-height: 36px; color: #fff; font-size: 24px; font-weight: bold; word-break: break-all; margin: 0 auto; padding: 0; }
.contactText i { display: block; width: 50px; height: 2px; margin: 10px 0 40px; padding: 0; background: url(../images/line06.png) 0 0 no-repeat; }
.contactText span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.85); font-size: 16px; margin: 0 auto; padding: 0; }
.contactText em { display: block; width: 80px; height: 80px; margin: 0; padding: 0; background: url(../images/xs.png) center center no-repeat; background-size: 100% 100%; position: absolute; top: 50px; right: 40%; }
.NyContactUsInfor_Main .NyContactUsInfor_Con { width: 100%; height: auto; margin: 0 auto; padding: 40px 0; background-color: #fff; }
.NyContactUsInfor_Con .NyContactUs_Ewm { width: 25%; height: 200px; overflow: hidden; margin: 0; padding: 20px 40px; border-right: 1px solid #e6e6e6; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Ewm span { display: block; width: 130px; height: 130px; overflow: hidden; margin: 0 auto 10px; padding: 4px; border: 1px solid #e6e6e6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Ewm span img { display: block; width: 120px; height: 120px; margin: 0 auto; padding: 0; }
.NyContactUs_Ewm p { width: 100%; height: auto; line-height: 20px; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 75%; height: 200px; overflow: hidden; margin: 0; padding: 42px 0; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Lxfs ul li { width: 33.333333%; height: auto; margin: 0; padding: 0 20px; border-right: 1px solid #e6e6e6; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Lxfs ul li:nth-child(3) { border: 0; }
.NyContactUs_Lxfs ul li img { display: block; width: 44px; height: 44px; margin: 0 auto 20px; padding: 0; }
.NyContactUs_Lxfs ul li span { display: block; width: 100%; height: auto; line-height: 30px; color: #333; font-size: 18px; text-align: center; margin: 0 auto; padding: 0; }
.NyContactUs_Lxfs ul li p { width: 100%; height: auto; max-height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 18px; text-align: center; word-break: break-all; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 auto; padding: 0; }
.NyContactUs .NyContactUs_Map { width: 1400px; height: auto; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyMap { width: 100%; height: 500px; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyMap .dz_map { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.NyMap .dz_map #container { height: 120%; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyContactUs { padding: 60px; }
.NyContactUs_Infor .NyContactUsInfor_Main { width: 100%; }
.contactText em { top: 40px; right: 30%; }
.NyContactUs .NyContactUs_Infor { margin: 0 auto 30px; }
.NyContactUsInfor_Main .NyContactUsInfor_Con { padding: 30px 0; }
.NyContactUsInfor_Con .NyContactUs_Ewm { padding: 20px; }
.NyContactUs_Lxfs ul li span { font-size: 16px; }
.NyContactUs_Lxfs ul li p { font-size: 16px; }
.NyContactUs .NyContactUs_Map { width: 100%; }
.NyMap { height: 440px; }
}
@media (max-width:1366px) {
.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 320px; }
.NyContactUsInfor_Img .contactText { padding: 80px 15% 80px 60px; }
.contactText span { line-height: 25px; font-size: 15px; }
.contactText em { width: 72px; height: 72px; }
.NyContactUs_Ewm p { font-size: 15px; }
.NyMap { height: 400px; }
}
@media (max-width:1280px) {
.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 300px; }
.contactText em { width: 70px; height: 70px; top: 30px; right: 20%; }
.NyContactUsInfor_Con .NyContactUs_Ewm { height: 220px; padding: 30px; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { height: 220px; padding: 52px 0; }
.NyMap { height: 380px; }
}
@media (max-width:1200px) {
.NyContactUs { padding: 60px 40px; }
.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 260px; }
.NyContactUsInfor_Img .contactText { padding: 60px 12% 60px 40px; }
.contactText p { line-height: 32px; font-size: 22px; }
.contactText span { line-height: 24px; font-size: 14px; }
.contactText i { margin: 10px 0 30px; }
.NyContactUsInfor_Con .NyContactUs_Ewm { height: 200px; padding: 20px; }
.NyContactUs_Ewm p { line-height: 20px; font-size: 14px; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { height: 200px; padding: 40px 0; }
.NyContactUs_Lxfs ul li span { font-size: 16px; }
.NyContactUs_Lxfs ul li p { font-size: 15px; }
.NyMap { height: 360px; }
}
@media (max-width:1080px) {
.NyContactUsInfor_Img .contactText { width: 56%; }
.NyMap { height: 340px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyContactUs { padding: 40px 20px; }
.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 240px; }
.NyContactUsInfor_Img .contactText { width: 65%; padding: 50px 12% 50px 40px; }
.contactText em { width: 60px; height: 60px; top: 30px; right: 20%; }
.NyContactUsInfor_Main .NyContactUsInfor_Con { padding: 20px 0; }
.NyContactUsInfor_Con .NyContactUs_Ewm { width: 100%; height: auto; margin: 0 auto; padding: 20px; border: 0; float: inherit; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 100%; height: auto; margin: 0 auto; padding: 20px; float: inherit; }
.NyContactUs_Lxfs ul li span { font-size: 15px; }
.NyContactUs_Lxfs ul li p { font-size: 15px; }
.NyMap { height: 300px; }
}
@media (max-width:767px) {
.NyContactUs { padding: 20px 12px; }
.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 180px; }
.NyContactUsInfor_Img .contactText { width: 100%; padding: 30px 12% 30px 20px; }
.NyContactUs_Ewm p { line-height: 30px; font-size: 16px; }
.contactText em { width: 50px; height: 50px; top: 30px; right: 20%; }
.contactText p { line-height: 30px; font-size: 20px; }
.contactText i { margin: 10px 0 20px; }
.NyContactUs .NyContactUs_Infor { margin: 0 auto 20px; }
.NyContactUsInfor_Con .NyContactUs_Ewm { width: 100%; height: auto; margin: 0 auto; padding: 20px 20px; float: inherit; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 100%; height: auto; margin: 0 auto; padding: 0 20px; float: inherit; }
.NyContactUs_Lxfs ul li { width: 100%; margin: 0 auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid #e6e6e6; float: inherit; }
.NyContactUs_Lxfs ul li img { margin: 0 auto 10px; }
.NyContactUs_Lxfs ul li span { font-size: 16px; }
.NyContactUs_Lxfs ul li p { font-size: 18px; }
.NyMap { height: 300px; }
}
@media (max-width:375px) {
.contactText p { font-size: 18px; }
}
@media (max-width:320px) {
}
/*NyContactUs 结束*/

/*NyJob 开始*/
.NyJob { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f9f9f9; }
.NyJob .NyJob_Con { width: 100%; height: auto; margin: 2px auto 0; padding: 80px 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_Con ul { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyJob_Con ul li { width: 18.4%; height: auto; margin: 0 2% 0 0; padding: 60px 20px; background-color: #f9f9f9; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_Con ul li:nth-child(5) { margin: 0; }
.NyJob_Con ul li:hover { background-color: #009a7e; }
.NyJob_Con ul li i { display: block; width: 56px; height: 53px; overflow: hidden; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_Con ul li i.JobIco1 { background: url(../images/talent-nav_1.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li i.JobIco2 { background: url(../images/talent-nav_2.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li i.JobIco3 { background: url(../images/talent-nav_3.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li i.JobIco4 { background: url(../images/talent-nav_4.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li i.JobIco5 { background: url(../images/talent-nav_5.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover i.JobIco1 { background: url(../images/talent-nav_10.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover i.JobIco2 { background: url(../images/talent-nav_20.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover i.JobIco3 { background: url(../images/talent-nav_30.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover i.JobIco4 { background: url(../images/talent-nav_40.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover i.JobIco5 { background: url(../images/talent-nav_50.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li span { display: block; width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; text-align: center; margin: 15px auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_Con ul li em { display: block; width: 44px; height: 2px; margin: 15px auto 30px; padding: 0; background: url(../images/line05.png) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_Con ul li p { width: 100%; height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; word-break: break-all; text-align: center; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_Con ul li:hover span { color: #fff; }
.NyJob_Con ul li:hover em { background: url(../images/line06.png) center center no-repeat; background-size: 100% 100%; }
.NyJob_Con ul li:hover p { color: rgba(255,255,255,0.65); }
.NyJob .NyJob_Main { width: 1400px; height: auto; min-height: 320px; margin: 80px auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_Main .NyJob_List { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyJob_List ul li { width: 32%; height: auto; margin: 0 2% 30px 0; padding: 30px; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0.06); float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 0 30px; }
.NyJob_List ul li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyJob_List ul li .NyJob_Name { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li .NyJob_Name a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_List ul li:hover .NyJob_Name a { color: #009a7e; }
/*.NyJob_List ul li .NyJob_Name i { display:block; width:100px; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; font-style:normal; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.NyJob_List ul li .NyJob_Name i img { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; vertical-align:middle;}*/
.NyJob_List ul li .NyJob_Time { width: 100%; height: auto; margin: 0 auto; padding: 30px 0 0; border-top: 1px solid #e5e5e5; }
.NyJob_List ul li .NyJob_Time span { display: block; width: auto; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; margin: 0; padding: 0; float: left; }
.NyJob_List ul li .NyJob_Time span img { display: block; width: 18px; height: 18px; margin: 8px 6px 10px 0; padding: 0; float: left; }
.NyJob_List ul li .NyJob_Time a.NyJob_More { width: 108px; height: 36px; overflow: hidden; line-height: 34px; color: #009a7e; font-size: 14px; text-align: center; margin: 0; padding: 0; background-color: #fff; border: 1px solid #009a7e; float: right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li .NyJob_Time a.NyJob_More em { display: inline-block; width: 16px; height: 16px; margin: -2px 0 0 6px; padding: 0; vertical-align: middle; background: url(../images/jt13.png) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More { color: #fff; background-color: #009a7e; }
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More em { background: url(../images/jt12.png) center center no-repeat; background-size: 100% 100%; }
.NyJobdetail { width: 1400px; height: auto; margin: 0 auto; padding: 80px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail .NyJobdetail_Title { width: 100%; height: auto; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; margin: 0 auto 30px; padding: 0; }
.NyJobdetail_Salary { width: auto; height: 40px; line-height: 40px; color: #333; font-size: 18px; font-weight: bold; margin: 0; padding: 0; float: right; }
.NyJobdetail_Salary font { color: #009a7e; font-size: 30px; }
.NyJobdetail .NyJobdetail_Tips { width: 100%; height: auto; overflow: hidden; margin: 30px auto; padding: 15px 30px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Tips ul li { width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px; margin: 0 30px 0 0; padding: 0; float: left; }
.NyJobdetail_Tips ul li img { display: block; width: 18px; height: 18px; margin: 6px 6px 6px 0; padding: 0; float: left; }
.NyJobdetail_Tips ul li span { color: #333; }
.NyJobdetail .NyJobdetail_Con { width: 100%; height: auto; overflow: hidden; margin: 30px auto 0; padding: 30px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Con dl dd { width: 48.5%; height: auto; margin: 0 3% 0 0; padding: 30px 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Con dl dd:nth-child(2) { margin: 0; }
.NyJobdetail_Con dl dd .NyJobdetail_Tit { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; font-weight: bold; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Tit i { display: block; width: 3px; height: 18px; background-color: #009a7e; margin: 6px 12px 6px 0; padding: 0; float: left; }
.NyJobdetail_Con dl dd .NyJobdetail_Text { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 15px; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Text div, .NyJobdetail_Text p, .NyJobdetail_Text span, .NyJobdetail_Text font, .NyJobdetail_Text em { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; font-style: normal; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyJobdetail_Text div, .NyJobdetail_Text p { line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Con .NyJobdetail_Btn { width: 100%; height: auto; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.NyJobdetail_Btn p { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Btn p span { color: #009a7e; }
.NyJobdetail_Btn a { display: block; width: 160px; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; background-color: #009a7e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJobdetail_Btn a img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 0 0 10px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJobdetail_Btn a:hover { background-color: #028c73; }
.NyJobdetail_Btn a:hover img { margin: -2px 0 0 20px; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyJob .NyJob_Con { padding: 60px; }
.NyJob_Con ul { width: 100%; }
.NyJob_Con ul li { padding: 40px 15px; }
.NyJob .NyJob_Main { width: 100%; margin: 60px auto; padding: 0 60px; }
.NyJob_Main #fengye { margin: 30px auto 0; }
.NyJobdetail { width: 100%; padding: 60px; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.NyJob .NyJob_Con { padding: 60px 40px; }
.NyJob .NyJob_Main { padding: 0 40px; }
.NyJobdetail { width: 100%; padding: 60px 40px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
.NyJob .NyJob_Con { padding: 40px; }
.NyJob_Con ul li { padding: 30px 10px; }
.NyJob .NyJob_Main { margin: 40px auto; padding: 0 40px; }
.NyJob_List ul li { margin: 0 2% 20px 0; padding: 20px; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyJob_List ul li .NyJob_Name { margin: 0 auto 20px; }
.NyJob_List ul li .NyJob_Time { padding: 20px 0 0; }
.NyJob_Main #fengye { margin: 20px auto 0; }
.NyJobdetail { width: 100%; padding: 40px; }
}
@media (max-width:800px) {
.NyJob .NyJob_Con { padding: 40px 20px; }
.NyJob_Con ul li { width: 48.5%; height: auto; margin: 0 3% 20px 0; padding: 40px 20px; }
.NyJob_Con ul li:nth-child(5) { width: 100%; margin: 0 auto; }
.NyJob_Con ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyJob_Con ul li p { height: 48px; -webkit-line-clamp: 2; }
.NyJob .NyJob_Main { margin: 40px auto; padding: 0 20px; }
.NyJob_List ul li { width: 48.5%; margin: 0 3% 20px 0; padding: 20px; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 3% 20px 0; }
.NyJob_List ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyJobdetail { width: 100%; padding: 40px 20px; }
.NyJobdetail .NyJobdetail_Title { font-size: 28px; margin: 0 auto 20px; }
.NyJobdetail_Salary { font-size: 16px; }
.NyJobdetail_Salary font { font-size: 28px; }
.NyJobdetail .NyJobdetail_Tips { margin: 20px auto; padding: 10px 20px; }
.NyJobdetail_Tips ul li { font-size: 15px; margin: 0 20px 0 0; }
.NyJobdetail .NyJobdetail_Con { margin: 20px auto 0; padding: 20px; }
.NyJobdetail_Con dl dd { width: 100%; margin: 0 auto 20px; padding: 0; float: inherit; }
.NyJobdetail_Con dl dd .NyJobdetail_Text { line-height: 25px!important; font-size: 15px!important; }
.NyJobdetail_Con dl dd .NyJobdetail_Tit { margin: 0 auto 10px; }
.NyJobdetail_Btn p { font-size: 15px; }
.NyJobdetail_Con .NyJobdetail_Btn { margin: 0 auto 10px; }
}
@media (max-width:767px) {
.NyJob .NyJob_Con { padding: 20px 12px; }
.NyJob_Con ul li { padding: 20px; }
.NyJob_Con ul li p { height: 72px; -webkit-line-clamp: 3; }
.NyJob_Con ul li:nth-child(5) p { height: 48px; -webkit-line-clamp: 2; }
.NyJob .NyJob_Main { margin: 20px auto; padding: 0 12px; }
.NyJob_List ul li { width: 100%; margin: 0 auto 20px; padding: 20px; }
.NyJob_List ul li:nth-child(2n+2), .NyJob_List ul li:nth-child(3n+3) { margin: 0 auto 20px; }
.NyJob_Main #fengye { margin: 0 auto; }
.NyJobdetail { width: 100%; padding: 20px 12px; }
.NyJobdetail { line-height: 30px; font-size: 24px; }
.NyJobdetail_Salary { width: 100%; height: 30px; line-height: 30px; font-size: 16px; margin: 15px auto 0; float: inherit; }
.NyJobdetail_Salary font { font-size: 24px; }
.NyJobdetail .NyJobdetail_Tips { padding: 10px 12px; }
.NyJobdetail_Tips ul li { font-size: 14px; margin: 0 12px 0 0; }
.NyJobdetail .NyJobdetail_Con { padding: 20px 12px; }
}
@media (max-width:375px) {
}
@media (max-width:320px) {
.NyJob_Con ul li { width: 100%; margin: 0 auto 20px; float: inherit; }
.NyJob_Con ul li p { height: auto; display: inherit; text-overflow: inherit; -webkit-line-clamp: inherit; -webkit-box-orient: inherit; }
}
/*NyJob 结束*/

/*NyProducts 开始*/
.NyProducts { width: 1400px; height: auto; min-height: 320px; margin: 80px auto; padding: 0; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProducts .NyPro_Left { width: 23.5%; height: auto; margin: 0; padding: 0; float: left; }
.NyProducts .NyPro_Right { width: 76.5%; height: auto; margin: 0; padding: 0 0 0 30px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_Right ul { min-height: 320px; }
.NyPro_Right ul li { width: 31.333333%; height: auto; margin: 0 3% 30px 0; padding: 0 0 20px 0; background-color: #fff; float: left; position: relative; overflow: hidden; height: 345px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyPro_Right ul li:nth-child(3n+3) { margin: 0 0 30px; }
.NyPro_Right ul li .lyIdxPro_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; }
.NyPro_Right ul li .lyIdxPro_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPro_Right ul li .lyIdxPro_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_Right ul li:hover .lyIdxPro_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyPro_Right ul li .lyIdxPro_Text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 15px 30px; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_Right ul li .lyIdxPro_Text a.lyIdxPro_Name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #333; font-size: 18px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.NyPro_Right ul li:hover { box-shadow: 0 15px 15px rgba(0,0,0,0.05); border-bottom: 2px solid #009a7e; z-index: 1; }
.NyPro_Right ul li:hover .lyIdxPro_Text a.lyIdxPro_Name { color: #009a7e; text-decoration: underline; }
.NyPro_Right ul li .lyIdxPro_Text span { display: block; width: 100%; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 30px; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; }
.NyPro_Right ul li .lyIdxPro_Text span img { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 4px 0 0; padding: 0; }
.NyPro_Right ul li a.lyIdxPro_More { display: block; width: 44px; height: 32px; margin: 0; padding: 0; position: absolute; right: 0; bottom: 0; opacity: 0; }
.NyPro_Right ul li a.lyIdxPro_More img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; }
.NyPro_Right ul li:hover a.lyIdxPro_More { opacity: 1; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyProducts { width: 100%; margin: 60px auto; padding: 0 2.5%; }
.NyPro_Right #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
.NyPro_Right ul li { height: 325px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 220px; }
.NyPro_Right ul li .lyIdxPro_Text span { font-size: 15px; }
}
@media (max-width:1280px) {
.NyPro_Right ul li { height: 300px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 200px; }
.NyPro_Right ul li .lyIdxPro_Text { padding: 10px 20px; }
.NyPro_Right ul li .lyIdxPro_Text span { font-size: 14px; }
}
@media (max-width:1200px) {
.NyPro_Right ul li { margin: 0 3% 25px 0; height: 280px; }
.NyPro_Right ul li:nth-child(3n+3) { margin: 0 0 25px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 190px; }
.NyPro_Right #fengye { margin: 35px auto 0; }
}
@media (max-width:1080px) {
.NyPro_Right ul li { margin: 0 3% 20px 0; height: 270px; }
.NyPro_Right ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 170px; }
.NyPro_Right #fengye { margin: 40px auto 0; }
}
@media (max-width:1024px) {
.NyPro_Right ul li { width: 48.5%; height: 325px; }
.NyPro_Right ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyPro_Right ul li:nth-child(3n+3) { margin: 0 3% 20px 0; }
.NyPro_Right ul li:nth-child(6n+6) { margin: 0 0 20px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 220px; }
.NyProducts .NyPro_Left { width: 100%; margin: 0 auto; float: inherit; }
.NyProducts .NyPro_Right { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
}
@media (max-width:800px) {
.NyProducts { margin: 40px auto; }
.NyProducts .NyPro_Left { width: 100%; margin: 0 auto; float: inherit; }
.NyProducts .NyPro_Right { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyPro_Right #fengye { margin: 20px auto 0; }
}
@media (max-width:767px) {
.NyProducts { margin: 20px auto; }
.NyPro_Right ul { min-height: inherit; }
.NyPro_Right ul li { width: 100%; height: 270px; }
.NyPro_Right ul li:nth-child(3n+3) { margin: 0 4% 20px 0; }
.NyPro_Right ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyPro_Right ul li .lyIdxPro_Img { height: 200px; }
.NyPro_Right ul li .lyIdxPro_Text { padding: 10px; }
.NyPro_Right ul li .lyIdxPro_Text a.lyIdxPro_Name { height: 30px; line-height: 30px; font-size: 16px; }
.NyPro_Right #fengye { margin: 0 auto; }
}
@media (max-width:375px) {
.NyPro_Right ul li .lyIdxPro_Img { height: 170px; }
}
@media (max-width:320px) {
.NyPro_Right ul li { width: 100%; margin: 0 auto 20px; }
.NyPro_Right ul li:nth-child(2n+2), .NyPro_Right ul li:nth-child(3n+3) { margin: 0 auto 20px; }
}
/*产品分类 开始*/
.h_left { width: 100%; overflow: hidden; background-color: #fff; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cp_type { }
.cp_type .hd { width: 100%; height: auto; margin: 0 auto 10px; padding: 30px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.cp_type .hd p { width: 100%; height: 30px; line-height: 30px; color: #009a7e; font-size: 24px; font-weight: bold; margin: 0 auto 4px; padding: 0; }
.cp_type .hd p img { display: block; width: 24px; height: 24px; margin: 3px 10px 3px 0; padding: 0; float: left; }
.cp_type .hd span { display: block; height: 24px; line-height: 24px; color: #aaa; font-size: 14px; }
.cp_type .hd em { display: block; width: 50px; height: 2px; margin: 6px 0 0; padding: 0; background: url(../images/line05.png) 0 0 no-repeat; }
.cp_type .hd i { display: none; }
.cp_type .bd { padding: 0; }
.cp_type .bd ul li { background-color: #fff; padding: 0; }
.cp_type .bd ul li.on { }
.cp_type .bd ul li p { height: 40px; line-height: 40px; padding: 4px 70px 4px 30px; position: relative; }
.cp_type .bd ul li:last-child p { }
.cp_type .bd ul li p a { display: block; width: 100%; padding: 0; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cp_type .bd ul li p span { display: block; width: 40px; height: 100%; background: url(../images/mulu0.png) center center no-repeat; cursor: pointer; position: absolute; top: 0; right: 30px; }
.cp_type .bd ul li div { display: none; padding: 15px 30px; }
.cp_type .bd ul li div a { display: block; height: 32px; line-height: 32px; color: #999; font-size: 14px; border-top: 0px solid #eaeaea; padding: 0 0 0 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/ico08.png) 4px 14px no-repeat; }
.cp_type .bd ul li div a:first-child { border-top: 0; }
.cp_type .bd ul li:hover p, .cp_type .bd ul li.on p { background-color: #333 }
.cp_type .bd ul li:hover p a, .cp_type .bd ul li.on p a { color: #fff; }
.cp_type .bd ul li:hover p span { background: url(../images/mulu1.png) center center no-repeat; }
.cp_type .bd ul li.on p span { background: url(../images/mulu2.png) center center no-repeat; }
.cp_type .bd ul li div a:hover { color: #009a7e; background: url(../images/ico09.png) 4px 14px no-repeat; }
.cp_type .bd ul a.ckqb { display: block; height: 34px; line-height: 34px; font-size: 16px; color: #333; background: #f1f1f1; width: 92%; margin: 10px auto; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.cp_type .bd ul a.ckqb:hover { background: #009a7e; color: #fff; }
.ProAll { width: 100%; height: auto; margin: 0 auto; padding: 10px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ProAll a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 30px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ProAll a i { display: block; width: 40px; height: 40px; margin: 0; padding: 0; background: url(../images/mulu0.png) center center no-repeat; position: absolute; top: 0; right: 30px; }
.ProAll a:hover { color: #009a7e; }
.ProAll a:hover i { background: url(../images/mulu1.png) center center no-repeat; }
/*相关文章 开始*/
.NyXgwz { width: 100%; overflow: hidden; background-color: #fff; margin: 30px auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyXgwz .NyXgwz_Title { width: 100%; height: auto; margin: 0 auto; padding: 30px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyXgwz_Title p { width: 100%; height: 30px; line-height: 30px; color: #009a7e; font-size: 24px; font-weight: bold; margin: 0 auto 4px; padding: 0; }
.NyXgwz_Title p img { display: block; width: 24px; height: 24px; margin: 3px 10px 3px 0; padding: 0; float: left; }
.NyXgwz_Title span { display: block; height: 24px; line-height: 24px; color: #ccc; font-size: 14px; }
.NyXgwz_Title em { display: block; width: 50px; height: 2px; margin: 6px 0 0; padding: 0; background: url(../images/line05.png) 0 0 no-repeat; }
.NyXgwz .NyXgwz_List { width: 100%; height: auto; margin: 0 auto; padding: 15px 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyXgwz_List dl dd { width: 100%; height: auto; margin: 0 auto; padding: 4px 0; }
.NyXgwz_List dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 0 0 20px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyXgwz_List dl dd a i { display: block; width: 6px; height: 6px; margin: 0; padding: 0; background: url(../images/ico08.png) center center no-repeat; position: absolute; top: 20px; left: 4px; }
.NyXgwz_List dl dd a:hover { color: #009a7e; }
.NyXgwz_List dl dd a:hover i { background: url(../images/ico09.png) center center no-repeat; }

/*相关文章 结束*/
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1366px) {
.cp_type .bd ul li p a { font-size: 15px; }
.ProAll a { font-size: 15px; }
.NyXgwz_List dl dd a { font-size: 15px; }
}
@media screen and (max-width:1280px) {
.cp_type .hd { padding: 20px; }
.cp_type .bd ul li p { padding: 4px 60px 4px 20px; }
.cp_type .bd ul li p span { right: 20px; }
.ProAll a { padding: 0 20px; }
.ProAll a i { right: 20px; }
.cp_type .bd ul li div { padding: 10px 20px; }
.NyXgwz .NyXgwz_Title { padding: 20px; }
.NyXgwz .NyXgwz_List { padding: 10px 20px; }
.NyXgwz_List dl dd { padding: 0; }
}
@media screen and (max-width:1200px) {
.cp_type .hd p { font-size: 22px; }
.NyXgwz_Title p { font-size: 22px; }
}
@media screen and (max-width:1080px) {
.cp_type .hd { padding: 15px; }
.cp_type .bd ul li p { padding: 4px 55px 4px 15px; }
.cp_type .bd ul li p span { right: 15px; }
.ProAll a { padding: 0 15px; }
.ProAll a i { right: 15px; }
.NyXgwz .NyXgwz_Title { padding: 15px; }
.NyXgwz_Title p img { display: block; width: 26px; height: 26px; margin: 3px 10px 3px 0; padding: 0; float: left; }
.NyXgwz .NyXgwz_List { padding: 10px 15px; }
}
@media screen and (max-width:1024px) {
.h_left { margin: 0 auto 20px; }
.cp_type .hd p { height: 30px; line-height: 30px; font-size: 24px; }
.cp_type .hd p img { width: 24px; height: 24px; }
.cp_type .hd { margin: 0 auto; padding: 20px; position: relative; }
.cp_type .hd p:before { display: none; }
.cp_type .hd span { height: 20px; line-height: 20px; }
.cp_type .hd i { display: block; width: 40px; height: 40px; margin: 0; padding: 0; background: rgba(0,154,126,0.06) url(../images/mulu1.png) center center no-repeat; position: absolute; top: 30px; right: 20px; }
.cp_type .hd.on i { background: rgba(0,154,126,0.06) url(../images/mulu2.png) center center no-repeat; }
.cp_type .bd { margin: 20px auto 0; }
.cp_type .bd ul li { padding: 0; }
.cp_type .bd ul li.on { padding: 0; }
.cp_type .bd ul li p { padding: 5px 60px 5px 20px; }
.cp_type .bd ul li div a { padding: 0 0 0 20px; }
.cp_type .bd { display: none; }
.ProAll a { padding: 0 19px; }
.NyXgwz_Title p { height: 30px; line-height: 30px; font-size: 24px; }
.NyXgwz_Title p img { width: 24px; height: 24px; }
}
@media screen and (max-width:800px) {
.h_left { margin: 0 auto 20px; }
.cp_type .hd { margin: 0 auto; padding: 20px; position: relative; }
.cp_type .hd p:before { display: none; }
.cp_type .hd p { font-size: 22px; margin: 0 auto 2px; }
.cp_type .hd p img { width: 22px; height: 22px; margin: 4px 10px 4px 0; }
.cp_type .hd span { height: 20px; line-height: 20px; }
.cp_type .hd i { display: block; width: 40px; height: 40px; margin: 0; padding: 0; background: rgba(0,154,126,0.06) url(../images/mulu1.png) center center no-repeat; position: absolute; top: 30px; right: 20px; }
.cp_type .hd.on i { background: rgba(0,154,126,0.06) url(../images/mulu2.png) center center no-repeat; }
.cp_type .bd { margin: 20px auto 0; }
.cp_type .bd ul li { padding: 0; }
.cp_type .bd ul li.on { padding: 0; }
.cp_type .bd ul li p { padding: 5px 60px 5px 20px; }
.cp_type .bd ul li div a { padding: 0 0 0 20px; }
.cp_type .bd { display: none; }
.ProAll a { padding: 0 19px; }
.NyXgwz { margin: 20px auto; }
.NyXgwz .NyXgwz_Title { padding: 20px; }
.NyXgwz_Title p { font-size: 22px; margin: 0 auto 2px; }
.NyXgwz_Title p img { width: 22px; height: 22px; margin: 4px 10px 4px 0; }
.NyXgwz_Title span { height: 20px; line-height: 20px; }
.NyXgwz .NyXgwz_List { padding: 15px 20px; }
}
@media screen and (max-width:767px) {
.cp_type .hd p { font-size: 20px; }
.NyXgwz_Title p { font-size: 20px; }
}
@media screen and (max-width:320px) {
}
/*产品分类 结束*/
/*NyProducts 结束*/

/*NyProlist 开始*/
.NyProlist { width: 1400px; height: auto; min-height: 320px; margin: 80px auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProlist .NyProlist_Left { width: 23.5%; height: auto; margin: 0; padding: 0; float: left; }
.NyProlist .NyProlist_Right { width: 76.5%; height: auto; margin: 0; padding: 0 0 0 30px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProlist_Right ul li { width: 100%; height: auto; margin: 0 auto 30px; padding: 15px; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0.06); position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProlist_Right ul li:hover { box-shadow: 0 0 20px rgba(0,0,0,0.06); }
.NyProlist_Right ul li .NyProlist_Img { width: 28.5%; height: 200px; overflow: hidden; margin: 0; padding: 0; float: left; }
.NyProlist_Right ul li .NyProlist_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; border: 1px solid #eee; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProlist_Right ul li .NyProlist_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProlist_Right ul li:hover .NyProlist_Img a { border: 1px solid #009a7e; }
.NyProlist_Right ul li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyProlist_Right ul li .NyProlist_Text { width: 71.5%; height: auto; overflow: hidden; margin: 0; padding: 15px 15px 25px 30px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { display: block; width: 100%; height: 38px; overflow: hidden; line-height: 38px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Name a { color: #009a7e; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { width: 100%; height: auto; overflow: hidden; margin: 10px auto 20px; padding: 0; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { width: 100%; height: 56px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { display: block; width: auto; max-width: 40%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0 2% 0 0; padding: 0 15px; background-color: #f9f9f9; position: relative; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd:nth-child(3) { margin: 0; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd img { display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin: -2px 4px 0 0; padding: 0; }
.NyProlist_Right ul li a.NyProlist_More { display: block; width: 50px; height: 50px; margin: 0; padding: 0; position: absolute; right: 0; bottom: 0; opacity: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProlist_Right ul li a.NyProlist_More img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; }
.NyProlist_Right ul li:hover a.NyProlist_More { opacity: 1; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyProlist { width: 100%; margin: 60px auto; padding: 0 60px; }
.NyProlist_Right #fengye { margin: 30px auto 0; }
}
@media (max-width:1366px) {
.NyProlist_Right ul li .NyProlist_Img { height: 194px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height: 50px; line-height: 25px; font-size: 15px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { margin: 0 15px 0 0; }
}
@media (max-width:1280px) {
.NyProlist_Right ul li .NyProlist_Img { height: 168px; }
.NyProlist_Right ul li .NyProlist_Text { padding: 2px 15px 12px 30px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width: 100%; float: inherit; }
}
@media (max-width:1200px) {
.NyProlist { padding: 0 40px; }
.NyProlist_Right ul li { margin: 0 auto 25px; }
.NyProlist_Right ul li .NyProlist_Img { height: 164px; }
.NyProlist_Right ul li .NyProlist_Text { padding: 10px 5px 18px 20px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { height: 30px; line-height: 30px; font-size: 18px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { margin: 10px auto 5px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { max-width: 36%; margin: 0 10px 0 0; padding: 0 10px; }
.NyProlist_Right ul li a.NyProlist_More { width: 40px; height: 40px; }
.NyProlist_Right #fengye { margin: 35px auto 0; }
}
@media (max-width:1080px) {
.NyProlist .NyProlist_Right { margin: 0; }
.NyProlist_Right ul li { margin: 0 auto 20px; padding: 10px; }
.NyProlist_Right ul li .NyProlist_Img { height: 148px; }
.NyProlist_Right ul li .NyProlist_Text { padding: 5px 10px 0 20px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height: 48px; line-height: 24px; font-size: 14px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { max-width: 48%; height: 30px; line-height: 30px; margin: 0 2% 5px 0; }
.NyProlist #fengye { margin: 40px auto 0; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyProlist { margin: 40px auto; padding: 0 20px; }
.NyProlist .NyProlist_Left { width: 100%; height: auto; margin: 0 auto 20px; float: inherit; }
.NyProlist .NyProlist_Right { width: 100%; height: auto; margin: 0 auto; padding: 0; float: inherit; }
.NyProlist_Right ul li { margin: 0 auto 20px; padding: 10px; }
.NyProlist_Right ul li .NyProlist_Text { padding: 0 10px 0 20px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { margin: 10px auto; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height: 48px; line-height: 24px; font-size: 14px; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { max-width: 49%; }
.NyProlist #fengye { margin: 20px auto 0; }
}
@media (max-width:767px) {
.NyProlist { margin: 20px auto; padding: 0 12px; }
.NyProlist_Right ul li .NyProlist_Img { width: 100%; height: 250px; margin: 0 auto; padding: 0; float: inherit; }
.NyProlist_Right ul li .NyProlist_Text { width: 100%; margin: 0 auto; padding: 10px; float: inherit; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { width: 100%; max-width: 100%; margin: 10px auto 0; float: inherit; }
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd:nth-child(3) { margin: 10px auto 0; }
.NyProlist_Right ul li a.NyProlist_More { width: 30px; height: 30px; }
.NyProlist #fengye { margin: 10px auto 0; }
}
@media (max-width:375px) {
}
@media (max-width:320px) {
.NyProlist_Right ul li .NyProlist_Img { height: 200px; }
}
/*NyProlist 结束*/

/*NyProDetail 开始*/
.NyProDetail { width: 1400px; height: auto; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail .NyProDetail_Main { width: 100%; height: auto; margin: 60px auto; padding: 20px; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Main .NyProDetail_Img { width: 38%; height: auto; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#preview { width: 100%; margin: 0; text-align: center; position: relative; }
.list-h li { float: left; }
#spec-n5 { width: 100%; height: 88px; padding-top: 10px; overflow: hidden; }
#spec-left { width: 16px; height: 88px; float: left; cursor: pointer; margin-top: 3px; }
#spec-right { width: 16px; height: 88px; float: left; cursor: pointer; margin-top: 3px; }
#spec-list { width: 440px; float: left; overflow: hidden; margin-left: 2px; display: inline; }
#spec-list ul { }
#spec-list ul li { float: left; display: inline; padding: 0; width: 23.5%; height: 88px; margin: 0 2% 0 0; }
#spec-list ul li:nth-child(4) { margin: 0; }
#spec-list ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; border: 1px solid #e5e5e5; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#spec-list ul li:hover p { border: 1px solid #009a7e; }
#spec-list ul li img { display: block; max-width: 92%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
/*jqzoom*/
.jqzoom { position: relative; width: 100%; height: 350px; overflow: hidden; padding: 0; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.jqzoom img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.zoomdiv { z-index: 100; position: absolute; top: 1px; left: 0px; background: url(i/loading.gif) #fff no-repeat center center; border: 1px solid #eaeaea; display: none; text-align: center; overflow: hidden; left: 102%!important; top: 0!important; }
.bigimg { }
.jqZoomPup { width: 200px!important; height: 200px!important; z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; background: url(../images/mask.png) 0 0 repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
#spec-list { position: relative; width: 100%; margin: 0; }
#spec-list div { width: 100%!important; height: 70px!important; margin: 0; }
#ceshi { display: block; margin: auto!important; left: 0; top: 0; bottom: 0; right: 0; }
.NyProDetail_Img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important; }
.Warning { width: 100%!important; height: 100%!important; }
.NyProDetail_Main .NyProDetail_Text { width: 62%; height: auto; margin: 0; padding: 40px 20px 0 40px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Text .NyProDetail_Name { width: 100%; height: auto; min-height: 40px; max-height: 80px; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; font-weight: bold; word-break: break-all; position: relative; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 auto 40px; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Text .NyProDetail_Ms { width: 100%; height: auto; overflow: hidden; margin: 0 auto 20px; padding: 0 0 30px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Text .NyProDetail_Ms span { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; margin: 0 auto 10px; padding: 0; }
.NyProDetail_Text .NyProDetail_Ms span img { display: block; width: 20px; height: 20px; margin: 5px 10px 5px 0; padding: 0; float: left; }
.NyProDetail_Text .NyProDetail_Ms h1 { width: 100%; height: auto; max-height: 56px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 auto; padding: 0; }
.NyProDetail_Text .NyProDetail_Tags { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyProDetail_Tags dl dd { width: auto; max-width: 30%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 4% 0 0; padding: 0; float: left; }
.NyProDetail_Tags dl dd:nth-child(4) { margin: 0; }
.NyProDetail_Tags dl dd i { display: block; width: 6px; height: 6px; margin: 16px 10px 16px 0; padding: 0; border: 1px solid #009a7e; border-radius: 50%; float: left; }
.NyProDetail_Text .NyProDetail_Btm { width: 100%; height: 60px; overflow: hidden; margin: 40px auto 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm a { display: block; width: auto; height: 60px; overflow: hidden; margin: 0 40px 0 0; padding: 0; background-color: #f9f9f9; border-radius: 30px; float: left; }
.NyProDetail_Btm a.Btn01 i { display: block; width: 60px; height: 60px; margin: 0; padding: 6px; background-color: rgba(0,154,126,0.05); border-radius: 50%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm a.Btn01 i em { display: block; width: 48px; height: 48px; margin: 0; padding: 0; background: #009a7e url(../images/ico11.png) center center no-repeat; background-size: 30px 30px; border-radius: 50%; }
.NyProDetail_Btm a.Btn01 span { display: block; width: auto; height: 60px; line-height: 40px; color: #009a7e; font-size: 20px; font-weight: bold; margin: 0; padding: 10px 30px 10px 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm a.Btn02 { margin: 0; }
.NyProDetail_Btm a.Btn02 i { display: block; width: 60px; height: 60px; margin: 0; padding: 6px; background: rgba(51,51,51,0.05); border-radius: 50%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm a.Btn02 i em { display: block; width: 48px; height: 48px; margin: 0; padding: 0; background: #333333 url(../images/ico12.png) center center no-repeat; background-size: 30px 30px; border-radius: 50%; }
.NyProDetail_Btm a.Btn02 span { display: block; width: auto; height: 60px; line-height: 40px; color: #333333; font-size: 24px; font-weight: bold; margin: 0; padding: 10px 30px 10px 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail .NyProDetail_Content { width: 100%; height: auto; margin: 60px auto; padding: 0; }
.NyProDetail_Content .NyProDetail_Left { width: 23.5%; height: auto; margin: 0; padding: 0; float: left; }
.NyProDetail_Content .NyProDetail_Right { width: 76.5%; height: auto; margin: 0; padding: 0 0 0 30px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Right .NyProDetail_Con { width: 100%; overflow: hidden; margin: 0 auto; padding: 30px; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Con .NyProDetail_Tit { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; border-bottom: 1px solid #e6e6e6; }
.NyProDetail_Con .NyProDetail_Tit span { display: block; width: auto; height: 40px; overflow: hidden; line-height: 38px; color: #009a7e; font-size: 18px; font-weight: bold; margin: 0; padding: 0; border-bottom: 2px solid #009a7e; float: left; }
.NyProDetail_Con .NyProDetail_Tit a { display: block; width: auto; height: 40px; overflow: hidden; line-height: 38px; color: #333; font-size: 18px; font-weight: bold; margin: 0 0 0 60px; padding: 0; border-bottom: 2px solid #fff; float: left; }
.NyProDetail_Con .NyProDetail_Tit a:hover { color: #009a7e; border-bottom: 2px solid #009a7e; }
.NyProDetail_Con .ProDetailText { width: 100%; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto; padding: 0; }
.ProDetailText div, .ProDetailText p { margin: 0 auto 20px; }
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%; line-height: 30px; color: #999; font-size: 16px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; text-align: justify; }
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color: #999!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.ProDetailText b { display: block; line-height: 30px; color: #333; font-size: 16px; font-weight: normal; margin: 0 0 5px; }
.ProDetailText table tr td p { text-indent: 0!important; }
.ProDetailText img { display: inline-block; width: auto!important; height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }
.NyPro_PrevNext { width: 100%; height: auto; margin: 30px auto 0; padding: 7px 30px; background-color: #009a7e; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_PrevNext p { width: 42%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; position: relative; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_PrevNext p a { line-height: 40px; color: #fff; font-size: 16px; }
.NyPro_PrevNext p.NyProPrev { padding: 0 0 0 30px; }
.NyPro_PrevNext p.NyProNext { padding: 0 30px 0 0; text-align: right; }
.NyPro_PrevNext p img { display: block; width: 20px; height: 20px; margin: 0; padding: 0; position: absolute; top: 10px; }
.NyPro_PrevNext p.NyProPrev img { left: 0; }
.NyPro_PrevNext p.NyProNext img { right: 0; }
.NyPro_PrevNext a.NyProAll { display: block; width: 16%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left; }
.NyPro_PrevNext a.NyProAll img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 10px 0 0; padding: 0; }
.OdrTitle { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; }
.OdrTitle p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; font-weight: bold; text-align: center; margin: 0 auto 10px; padding: 0; }
.OdrTitle i { display: block; width: 128px; height: 13px; overflow: hidden; margin: 0 auto; padding: 0; background: url(../images/line04.png) center center no-repeat; }
.NyProOrder_Main { width: 100%; height: auto; margin: 60px auto 0; padding: 0; position: relative; }
.NyProOrder_Main #ly_msg.ly_msg { width: 100%!important; height: auto!important; margin: 0 auto!important; padding: 0!important; }
.NyProOrder_Main #ly_msg.ly_msg h3 { display: none!important; }
.NyProOrder_Main #ly_msg.ly_msg ul { width: 100%!important; overflow: hidden!important; margin: 0 auto!important; padding: 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li h4, .NyProOrder_Main #ly_msg.ly_msg ul li h4.xh { display: none!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li { width: 100%!important; height: auto!important; overflow: hidden!important; line-height: inherit!important; color: inherit!important; font-size: inherit!important; margin: 0 0 25px!important; padding: 0!important; clear: inherit!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) { width: 48%!important; margin: 0 4% 25px 0!important; float: left!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) { width: 48%!important; float: right!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li:last-child { margin: 25px auto 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara { width: 100%!important; height: auto!important; margin: 0!important; padding: 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display: block!important; width: 100%!important; height: 60px!important; line-height: 60px; color: #666; font-size: 16px; margin: 0!important; padding: 0 20px!important; background-color: #fff!important; border: 0!important; outline: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm { margin: 0 10px 0 0!important; padding: 0!important; float: left!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input { width: 200px!important; margin: 0 10px 0 0!important; float: left!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li a.yzm_img { display: block!important; width: 120px!important; height: 40px!important; margin: 10px 0!important; padding: 0!important; float: left!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 60px!important; color: #999!important; font-size: 16px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea { display: block!important; width: 100%!important; height: 150px!important; line-height: 30px; color: #666; font-size: 16px; margin: 0!important; padding: 15px 20px!important; background-color: #fff!important; border: 0!important; outline: none!important; resize: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn { width: 100%!important; height: auto!important; overflow: hidden!important; margin: 20px 0 0!important; padding: 0!important; float: inherit!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input { width: 200px!important; height: 60px!important; overflow: hidden!important; line-height: 60px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; background-color: #333!important; margin: 0 30px 0 0!important; padding: 0!important; border: none!important; cursor: pointer!important; float: left; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input:hover { background-color: #009a7e!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color: #009a7e!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #028c73!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 { width: 100%!important; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyProDetail { width: 100%; padding: 0 60px; }
.NyProDetail_Tags dl dd { margin: 0 30px 0 0; }
}
@media (max-width:1366px) {
.NyProDetail_Main .NyProDetail_Img { width: 40%; }
.jqzoom { height: 340px; }
#spec-n5 { height: 80px; }
#spec-list ul li { height: 80px; }
.NyProDetail_Main .NyProDetail_Text { width: 60%; }
.NyProDetail_Text .NyProDetail_Name { font-size: 26px; margin: 0 auto 30px; }
.NyProDetail_Text .NyProDetail_Ms span { font-size: 16px; }
.NyProDetail_Text .NyProDetail_Ms h1 { max-height: 50px; line-height: 25px; font-size: 15px; }
.NyProDetail_Tags dl dd { width: 48.5%; max-width: inherit; font-size: 15px; margin: 0 3% 0 0; }
.NyProDetail_Tags dl dd:nth-child(2n+2) { margin: 0; }
.NyProDetail_Btm .NyProDetail_Tel span { font-size: 14px; }
.NyProDetail_Con .ProDetailText { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 15px; margin: 0 auto; padding: 0; }
.ProDetailText div, .ProDetailText p { margin: 0 auto 20px; }
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%; line-height: 30px; color: #666; font-size: 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; text-align: justify; }
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; }
.ProDetailText b { display: block; line-height: 30px; color: #666; font-size: 15px; font-weight: bold; margin: 0 0 5px; }
.NyPro_PrevNext p, .NyPro_PrevNext p a { font-size: 15px; }
.NyPro_PrevNext a.NyProAll { font-size: 15px; }
.NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm { width: auto!important; }
}
@media (max-width:1280px) {
.NyProDetail_Main .NyProDetail_Img { width: 42%; }
.NyProDetail_Main .NyProDetail_Text { width: 58%; padding: 20px 20px 0 40px; }
.NyProDetail_Text .NyProDetail_Name { margin: 0 auto 20px; }
.NyProDetail_Text .NyProDetail_Btm { margin: 30px auto 0; }
.NyProDetail_Btm a { margin: 0 30px 0 0; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height: 50px!important; line-height: 50px!important; font-size: 15px; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea { height: 145px!important; line-height: 25px; font-size: 15px; padding: 10px 20px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li a.yzm_img { margin: 5px 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span { font-size: 15px!important; line-height: 50px!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input { height: 50px!important; line-height: 50px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn { left: 20px; }
}
@media (max-width:1200px) {
.NyProDetail { padding: 0 40px; }
.NyProDetail_Main .NyProDetail_Img { width: 40%; }
.NyProDetail_Main .NyProDetail_Text { width: 60%; padding: 20px 20px 0 40px; }
.NyProDetail_Text .NyProDetail_Ms { margin: 0 auto 15px; padding: 0 0 20px; }
.NyProDetail_Text .NyProDetail_Btm { height: 50px; margin: 20px auto 0; }
.NyProDetail_Btm a { height: 50px; }
.NyProDetail_Btm a.Btn01 i, .NyProDetail_Btm a.Btn02 i { width: 50px; height: 50px; padding: 4px; }
.NyProDetail_Btm a.Btn01 i em, .NyProDetail_Btm a.Btn02 i em { width: 42px; height: 42px; }
.NyProDetail_Btm a.Btn01 span { height: 50px; padding: 5px 30px 5px 20px; font-size: 18px; }
.NyProDetail_Btm a.Btn02 span { height: 50px; padding: 5px 30px 5px 20px; font-size: 22px; }
.jqzoom { height: 300px; }
#spec-n5 { height: 72px; }
#spec-list ul li { height: 72px; }
.NyProDetail_Right .NyProDetail_Con { padding: 20px; }
.NyProDetail_Con .NyProDetail_Tit { margin: 0 auto 20px; }
.NyProDetail_Con .NyProDetail_Tit a { margin: 0 0 0 40px; }
}
@media (max-width:1080px) {
.NyProDetail_Text .NyProDetail_Name { min-height: 36px; max-height: 72px; line-height: 36px; font-size: 24px; }
.NyProDetail_Text .NyProDetail_Ms { padding: 0 0 15px; }
.NyProDetail_Text .NyProDetail_Ms h1 { max-height: 48px; line-height: 24px; font-size: 14px; }
.NyProDetail_Tags dl dd { height: 30px; line-height: 30px; font-size: 14px; }
.NyProDetail_Tags dl dd i { margin: 11px 8px 11px 0; }
.NyProDetail .NyProDetail_Main { margin: 40px auto; }
.NyProDetail .NyProDetail_Content { margin: 40px auto; }
.NyProDetail_Con .NyProDetail_Tit { margin: 0 auto 20px; }
.ProDetailText div, .ProDetailText p { margin: 0 auto 20px; }
.NyProOrder_Main { margin: 40px auto 0; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input { width: 160px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm { height: 50px; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; width: 100%; line-height: 30px!important; padding: 10px 0; font-size: 14px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn { margin: 0!important; }
.jqzoom { height: 280px; }
#spec-n5 { height: 66px; }
#spec-list ul li { height: 66px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyProDetail { padding: 0 20px; }
.NyProDetail_Main .NyProDetail_Img { width: 100%; margin: 0 auto 20px; padding: 0; float: inherit; }
.jqzoom { height: 480px; }
#spec-n5 { height: 100px; }
#spec-list ul li { height: 100px; }
.zoomdiv { display: none!important; }
.NyProDetail_Main .NyProDetail_Text { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyProDetail_Text .NyProDetail_Ms { margin: 20px auto; }
.NyProDetail_Text .NyProDetail_Name { font-size: 24px; }
.NyProDetail_Content .NyProDetail_Right { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyProDetail_Content .NyProDetail_Left { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyProOrder_Main #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn { width: 100%!important; position: inherit; left: inherit; bottom: inherit; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input { margin: 0 20px 0 0!important; }
.NyPro_PrevNext { padding: 5px 20px; }
}
@media (max-width:767px) {
.NyProDetail { padding: 0 12px; }
.NyProDetail .NyProDetail_Main { margin: 20px auto; padding: 12px; }
.NyProDetail .NyProDetail_Content { margin: 20px auto; }
.NyProDetail_Con .NyProDetail_Tit { margin: 0 auto 20px; }
.NyProDetail_Con .ProDetailText { margin: 0 auto; }
.ProDetailText div, .ProDetailText p { margin: 0 auto 10px; }
.jqzoom { height: 260px; }
#spec-n5 { height: 66px; }
#spec-list ul li { height: 66px; }
.NyProDetail_Text .NyProDetail_Name { min-height: 32px; max-height: 64px; line-height: 32px; font-size: 22px; margin: 0 auto 15px; }
.NyProDetail_Text .NyProDetail_Name i { height: 22px; top: 5px; }
.NyProDetail_Text .NyProDetail_Ms { margin: 0 auto 15px; padding: 0 0 15px; }
.NyProDetail_Text .NyProDetail_Ms h1 { height: auto; max-height: 72px; line-height: 24px; font-size: 14px; }
.NyProDetail_Tags dl dd { width: 100%; margin: 0 auto; padding: 4px 0; float: inherit; }
.NyProDetail_Text .NyProDetail_Btm { height: auto; margin: 15px auto 0; }
.NyProDetail_Btm a { margin: 0 0 12px; }
.NyProDetail_Btm a.Btn01 span { padding: 5px 20px 5px 10px; }
.NyProDetail_Btm a.Btn02 span { padding: 5px 20px 5px 10px; }
.NyProDetail_Con .NyProDetail_Tit a { margin: 0 0 0 20px; }
.NyPro_PrevNext { margin: 20px auto 0; padding: 10px 20px; }
.NyPro_PrevNext p { width: 100%; font-size: 14px; text-align: left; padding: 0; }
.NyPro_PrevNext p.NyProNext { text-align: left; padding: 0 0 0 30px; }
.NyPro_PrevNext p.NyProNext img { right: inherit; left: 0; }
.NyPro_PrevNext a.NyProAll { width: 100%; font-size: 14px; text-align: left; }
.NyProOrder_Main { margin: 20px auto 0; }
.NyProOrder_Main .NyProOrder_Left { padding: 0; margin: 0 auto 20px; }
.NyProOrder_Title p { line-height: 36px; font-size: 26px; }
.NyProOrder_Title i { height: 3px; margin: 7px 0 10px; }
.NyProOrder_Title span { line-height: 24px; font-size: 16px; }
.NyProOrder_Main #ly_msg.ly_msg ul li { margin: 0 auto 20px!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input { width: 160px!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input { width: 48%!important; margin: 0!important; }
.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 24px!important; font-size: 14px!important; padding: 10px 0 0; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size: 14px; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size: 14px; height: 140px!important; line-height: 24px; }
.NyProOrder_Main #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important; }
.NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm { float: inherit!important; }
}
@media (max-width:375px) {
.jqzoom { height: 240px; }
#spec-n5 { height: 60px; }
#spec-list ul li { height: 60px; }
}
@media (max-width:320px) {
.jqzoom { height: 210px; }
#spec-n5 { height: 52px; }
#spec-list ul li { height: 52px; }
.NyProDetail_Btm .NyProDetail_Tel img { position: inherit; left: inherit; top: inherit; margin: 0 auto 10px; }
.NyProDetail_Btm .NyProDetail_Tel span, .NyProDetail_Btm .NyProDetail_Tel p { text-align: center; }
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important; }
}
/*NyProDetail 结束*/

/* lyPartner start */
.lyPartner { margin: 50px auto 0; }
.lyPartner .lyPartner_swiper { padding: 0 30px; position: relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.lyPartner_swiper .swiper-container { margin: -20px auto; padding: 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.lyPartner_swiper .swiper-container .swiper-slide { height: 100px; overflow: hidden; background-color: #fff; border: 1px solid #e6e6e6; box-shadow: 0 0 0 rgba(0, 0, 0, .1); border-radius: 8px; position: relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.lyPartner_swiper .swiper-container .swiper-slide:hover { border: 1px solid #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .1); }
.lyPartner_swiper .swiper-container .swiper-slide img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyPartner_swiper .swiper-button-prev, .lyPartner_swiper .swiper-button-next { width: 30px; height: 30px; margin-top: -15px; padding: 9px; border-radius: 50%; border: 1px solid #e6e6e6; background: linear-gradient(to right, #fff, #fff); position: absolute; z-index: 2; transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyPartner_swiper .swiper-button-prev:hover, .lyPartner_swiper .swiper-button-next:hover { padding: 10px; border: 0 solid #e6e6e6; background:#009a7e; }
.lyPartner_swiper .swiper-button-prev { left: 0; }
.lyPartner_swiper .swiper-button-next { right: 0; }
.lyPartner_swiper .swiper-button-prev svg, .lyPartner_swiper .swiper-button-next svg { display: block; width: 100%; height: 100%; }
.lyPartner_swiper .swiper-button-prev svg path, .lyPartner_swiper .swiper-button-next svg path { fill: #999999; }
.lyPartner_swiper .swiper-button-prev:hover svg path, .lyPartner_swiper .swiper-button-next:hover svg path { fill: #ffffff; }
 @media (max-width:1600px) {
.lyPartner { margin: 40px auto 0; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.lyPartner_swiper .swiper-container .swiper-slide { height: 82px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
}
 @media (max-width:820px) {
}
 @media (max-width:767px) {
.lyPartner_swiper .swiper-container { padding: 20px 10px; }
.lyPartner_swiper .swiper-container .swiper-slide { height: 72px; }
}
 @media (max-width:390px) {
.lyPartner_swiper .swiper-container .swiper-slide { height: 64px; }
}
 @media (max-width:320px) {
.lyPartner { margin: 20px auto 0; }
.lyPartner_swiper .swiper-container .swiper-slide { height: 82px; }
}
 @media (max-width:280px) {
}

/* lyPartner end */
